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
Tags
- GraphQL
- Schema
- Contract
A GraphQL schema (SDL) defining the types, queries, mutations, and subscriptions a GraphQL API exposes — the contract a GraphQL client introspects and codegens against.