Graphql Schema

A GraphQL schema (SDL) defining the types, queries, mutations, and subscriptions a GraphQL API exposes — the contract a GraphQL client introspects and codegens against.

Example

graphql-schema.yaml
- type: GraphQLSchema
  url: https://developers.example.com/graphql-schema

Tags


All Common Properties