juniper/juniper_tests
Christian Legnitto 22c955599a
Add support for skipping fields in GraphQL objects (#224)
Fields can now be skipped with the `#[graphql(skip)]` annotation. Note this
doesn't really make sense for GraphQLInputObjects so this isn't supported there.

Fixes https://github.com/graphql-rust/juniper/issues/220.
2018-08-27 15:09:42 -07:00
..
src Add support for skipping fields in GraphQL objects (#224) 2018-08-27 15:09:42 -07:00
Cargo.toml Add support for using doc comments as descriptions 2018-06-20 20:45:34 +02:00
Makefile.toml windows build 2018-01-13 08:36:08 +00:00