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.
1 parent 213b6b7 commit 7fe69f9Copy full SHA for 7fe69f9
spec/Section 4 -- Introspection.md
@@ -4,7 +4,7 @@ A GraphQL server supports introspection over its schema. This schema is queried
4
using GraphQL itself, creating a powerful platform for tool-building.
5
6
Take an example query for a trivial app. In this case there is a User type with
7
-three fields: id, user, and birthday.
+three fields: id, name, and birthday.
8
9
For example, given a server with the following type definition:
10
0 commit comments