A GraphQL schema defining the types, queries, mutations, and subscriptions an API exposes.
GraphQLSchema
Policies
GraphQL Schema Governed
I require that any GraphQL API ships a published, versioned schema that we govern like any other contract, with consistent naming, deliberate types, and a clear boundary on what the graph exposes. ...