File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
36
36
## Fixes
37
37
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)):
39
39
- Applicable to traits .
40
40
- Supports custom resolvers .
41
41
- Supports generics .
42
42
- Supports multiple `#[graphql_union]` attributes .
43
43
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)):
45
45
- Applicable to enums and structs .
46
46
- Supports custom resolvers .
47
47
- Supports generics .
60
60
- Added support for renaming arguments within a GraphQL object. ([ #631 ] ( https://github.com/graphql-rust/juniper/pull/631 ) )
61
61
- Example:
62
62
``` rust
63
- #[graphql(arguments(argA(name = " test" )))]`
63
+ #[graphql(arguments(argA(name = " test" )))]
64
64
```
65
65
66
66
- ` SchemaType ` is now public.
You can’t perform that action at this time.
0 commit comments