Schema Design · GraphQL Specification

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.

Documentation Endpoint View on GitHub Schema DesignData ModelingAPI DesignJSON SchemaOpenAPIGraphQLData ValidationType SystemsGraphQL

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

https://graphql.org

References

Back to Schema Design · All GraphQL Specs · GitHub