Skip to content

Commit 641a786

Browse files
committed
Reorder
1 parent 8c40086 commit 641a786

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Section 4 -- Introspection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ operation.
8585

8686
## Schema Introspection
8787

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
88+
The schema introspection system is accessible from the meta-fields `__schema`,
89+
`__type` and `__service` which are accessible from the type of the root of a
9090
query operation.
9191

9292
```graphql
93-
__service: __Service!
9493
__schema: __Schema!
9594
__type(name: String!): __Type
95+
__service: __Service!
9696
```
9797

9898
Like all meta-fields, these are implicit and do not appear in the fields list in

0 commit comments

Comments
 (0)