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 8c40086 commit 641a786Copy full SHA for 641a786
spec/Section 4 -- Introspection.md
@@ -85,14 +85,14 @@ operation.
85
86
## Schema Introspection
87
88
-The schema introspection system is accessible from the meta-fields `__service`,
89
-`__schema` and `__type` which are accessible from the type of the root of a
+The schema introspection system is accessible from the meta-fields `__schema`,
+`__type` and `__service` which are accessible from the type of the root of a
90
query operation.
91
92
```graphql
93
-__service: __Service!
94
__schema: __Schema!
95
__type(name: String!): __Type
+__service: __Service!
96
```
97
98
Like all meta-fields, these are implicit and do not appear in the fields list in
0 commit comments