Skip to content

Commit 2382297

Browse files
authored
Revert "Fixed a typo in example GraphQL query (#585)" (#586)
This reverts commit 3908db2.
1 parent 3908db2 commit 2382297

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-
... on User {
48+
... User {
4949
email
5050
}
5151
}

0 commit comments

Comments
 (0)