Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions spec/Section 4 -- Introspection.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,12 @@ enum __DirectiveLocation {
}
```

When representing a GraphQL schema using the type system definition language the
_introspection type system definitions_ may be omitted for brevity.

When introspecting a GraphQL service all provided _introspection type system
definitions_ must be included in the set of returned directives.

### The \_\_Schema Type

The `__Schema` type is returned from the `__schema` meta-field and provides all
Expand Down