juniper-from-schema

Crates.iojuniper-from-schema
lib.rsjuniper-from-schema
version0.5.2
sourcesrc
created_at2018-12-10 09:49:38.348593
updated_at2020-02-19 18:35:26.398417
descriptionGenerate Juniper code from you GraphQL schema
homepagehttps://github.com/davidpdrsn/juniper-from-schema
repositoryhttps://github.com/davidpdrsn/juniper-from-schema.git
max_upload_size
id101095
size159,632
David Pedersen (davidpdrsn)

documentation

https://docs.rs/juniper-from-schema

README

juniper-from-schema

crates.io Documentation

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.

Commit count: 289

cargo fmt