Crates.io | juniper-from-schema |
lib.rs | juniper-from-schema |
version | 0.5.2 |
source | src |
created_at | 2018-12-10 09:49:38.348593 |
updated_at | 2020-02-19 18:35:26.398417 |
description | Generate Juniper code from you GraphQL schema |
homepage | https://github.com/davidpdrsn/juniper-from-schema |
repository | https://github.com/davidpdrsn/juniper-from-schema.git |
max_upload_size | |
id | 101095 |
size | 159,632 |
This library contains a procedural macro that reads a GraphQL schema file, and generates the corresponding Juniper macro calls. This means you can have a real schema file and be guaranteed that it matches your Rust implementation. It also removes most of the boilerplate involved in using Juniper.
See the crate documentation for a usage examples and more info.