Skip to content

Commit

Permalink
Fix graphql docs link for interfaces (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-sherman committed May 22, 2021
1 parent 571fa4d commit 31a6137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/015-api/040-interface-type.mdx
Expand Up @@ -5,7 +5,7 @@ codeStyle: true

## interfaceType

[GraphQL Docs for Interface Types](https://graphql.org/learn/schema/#input-types)
[GraphQL Docs for Interface Types](https://graphql.org/learn/schema/#interfaces)

In Nexus, you do not need to redefine the interface fields on the
implementing object types, instead you may use `.implements(interfaceName)`
Expand Down

0 comments on commit 31a6137

Please sign in to comment.