Skip to content

Commit c073b58

Browse files
mandiwisebenjie
andauthored
Clarify type name introspection detail.
Co-authored-by: Benjie <[email protected]>
1 parent 444ce07 commit c073b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/learn/introspection.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ query {
2525
}
2626
```
2727

28-
We didn't add the `__typename` field to our GraphQL API explicitly—the GraphQL specification says that it must be provided to clients by a GraphQL implementation. This field can be queried for any field with an Object, Interface, or Union type as an output type.
28+
We didn't add the `__typename` field to our GraphQL API explicitly—the GraphQL specification says that it must be provided to clients by a GraphQL implementation. This field can be queried for any field with an Object, Interface, or Union type as the underlying output type.
2929

3030
## Schema introspection
3131

0 commit comments

Comments
 (0)