File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535
3636## Fixes
3737
38- - Massively improved the `#[graphql_union]` proc macro ([#666 ](https : // github.com/graphql-rust/juniper/pull/666)):
38+ - Massively improved the `#[graphql_union]` proc macro . ([#666 ](https : // github.com/graphql-rust/juniper/pull/666)):
3939 - Applicable to traits .
4040 - Supports custom resolvers .
4141 - Supports generics .
4242 - Supports multiple `#[graphql_union]` attributes .
4343
44- - Massively improved the `#[derive(GraphQLUnion )]` macro ([#666 ](https : // github.com/graphql-rust/juniper/pull/666)):
44+ - Massively improved the `#[derive(GraphQLUnion )]` macro . ([#666 ](https : // github.com/graphql-rust/juniper/pull/666)):
4545 - Applicable to enums and structs .
4646 - Supports custom resolvers .
4747 - Supports generics .
6060- Added support for renaming arguments within a GraphQL object. ([ #631 ] ( https://github.com/graphql-rust/juniper/pull/631 ) )
6161 - Example:
6262 ``` rust
63- #[graphql(arguments(argA(name = " test" )))]`
63+ #[graphql(arguments(argA(name = " test" )))]
6464 ```
6565
6666- ` SchemaType ` is now public.
You can’t perform that action at this time.
0 commit comments