diff --git a/spec/Section 4 -- Introspection.md b/spec/Section 4 -- Introspection.md index 3054a9f6c..c69f5672a 100644 --- a/spec/Section 4 -- Introspection.md +++ b/spec/Section 4 -- Introspection.md @@ -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 types. + ### The \_\_Schema Type The `__Schema` type is returned from the `__schema` meta-field and provides all