File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 54
54
- Supports multiple `#[graphql]` attributes .
55
55
56
56
- Massively improved the `#[graphql_interface]` macro . ([#682 ](https : // github.com/graphql-rust/juniper/pull/682)):
57
- - Applicable to traits and generates enum or trait object to represent a GraphQL interface .
57
+ - Applicable to traits and generates enum or trait object to represent a GraphQL interface ( see the [ example of migration from ` graphql_interface! ` macro ]( https : // github.com/graphql-rust/juniper/commit/3472fe6d10d23472752b1a4cd26c6f3da767ae0e#diff-3506bce1e02051ceed41963a86ef59d660ee7d0cd26df1e9c87372918e3b01f0)) .
58
58
- Supports passing context and executor to a field resolver .
59
59
- Supports custom downcast functions and methods .
60
60
- Supports generics .
You can’t perform that action at this time.
0 commit comments