Skip to content

Commit 8783496

Browse files
committed
Mention an example of migration from graphql-interface! to #[graphql_interface] in README
1 parent 3472fe6 commit 8783496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
- Supports multiple `#[graphql]` attributes.
5555

5656
- 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)).
5858
- Supports passing context and executor to a field resolver.
5959
- Supports custom downcast functions and methods.
6060
- Supports generics.

0 commit comments

Comments
 (0)