juniper/juniper_codegen
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 Upgrade juniper_codegen dependencies (#231) 2018-08-27 14:51:12 -07:00