Skip to content

Commit 3908db2

Browse files
authored
Fixed a typo in example GraphQL query (#585)
1 parent 51a3011 commit 3908db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/versioned_docs/version-6.1/inheritance-interfaces.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ When writing your GraphQL query, you are able to use fragments to retrieve field
4545
```graphql
4646
contact {
4747
name
48-
... User {
48+
... on User {
4949
email
5050
}
5151
}

0 commit comments

Comments
 (0)