We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f02618 + 6bb4f64 commit 98f82a9Copy full SHA for 98f82a9
content/graphql/interfaces.md
@@ -89,6 +89,8 @@ export class CharacterInterfaceResolver {
89
90
Now the `friends` field resolver is auto-registered for all object types that implement the `Character` interface.
91
92
+> warning **Warning** This requires the `inheritResolversFromInterfaces` property set to be true in the `GraphQLModule` configuration.
93
+
94
#### Schema first
95
96
To define an interface in the schema first approach, simply create a GraphQL interface with SDL.
0 commit comments