Schema Design GraphQL API
GraphQL uses a strong type system to define the shape of data that can be queried. GraphQL schemas define types, queries, mutations, and subscriptions that form the contract between clients and servers.
Overview
Schema Design GraphQL API is a GraphQL API specification published by Schema Design on the APIs.io network.
GraphQL uses a strong type system to define the shape of data that can be queried. GraphQL schemas define types, queries, mutations, and subscriptions that form the contract between clients and servers.
The GraphQL endpoint is available at https://graphql.org. documentation is published at https://graphql.org/learn/schema/.
The specification includes 2 reference links.
Tagged areas include Schema Design, Data Modeling, API Design, JSON Schema, and OpenAPI.
Endpoint
References
- Documentation https://graphql.org/learn/schema/
- Reference https://spec.graphql.org/