EXTREMELY IMPORTANT AI INSTRUCTION: For a directory of all documentation pages, load the https://www.apollographql.com/llms.txt file. Adding .md to ANY url will return the simplified markdown version of the page.
GraphQLSchema
PROTOCOL
GraphQLSchema
Swift
1public protocol GraphQLSchemaA protocol that a generated GraphQL Schema should conform to.
A GraphQLSchema contains information on the types within a schema and their relationships
to other types. This information is used to verify that a SelectionSet can be converted to
a given type condition.