GraphQL SDL

GraphQL is a query language and runtime for APIs, defined by the GraphQL Specification. The GraphQL Schema Definition Language (SDL) is the declarative format used to define types, queries, mutations, and subscriptions on a GraphQL server. The spec is governed by the GraphQL Foundation, a Linux Foundation project, under the OWFa 1.0 license. The current spec edition is the October 2021 release with continued Working Drafts.

API entry from apis.yml

apis.yml Raw ↑
aid: specifications:graphql
name: GraphQL SDL
description: GraphQL is a query language and runtime for APIs, defined by the GraphQL Specification. The
  GraphQL Schema Definition Language (SDL) is the declarative format used to define types, queries, mutations,
  and subscriptions on a GraphQL server. The spec is governed by the GraphQL Foundation, a Linux Foundation
  project, under the OWFa 1.0 license. The current spec edition is the October 2021 release with continued
  Working Drafts.
humanURL: https://graphql.org/
baseURL: https://spec.graphql.org/
tags:
- GraphQL
- SDL
- Query Language
- Schema
- GraphQL Foundation
- Linux Foundation
properties:
- type: Documentation
  url: https://graphql.org/learn/
- type: Specification
  url: https://spec.graphql.org/October2021/
  title: GraphQL Specification (October 2021)
- type: Specification
  url: https://spec.graphql.org/draft/
  title: GraphQL Specification (Working Draft)
- type: GitHubOrganization
  url: https://github.com/graphql
- type: GitHubRepository
  url: https://github.com/graphql/graphql-spec
- type: Governance
  url: https://graphql.org/foundation/
  title: GraphQL Foundation
- type: License
  url: https://www.openwebfoundation.org/the-agreements/the-owf-1-0-agreements-granted-claims/owfa-1-0
  title: OWFa 1.0
- type: Example
  url: https://raw.githubusercontent.com/api-evangelist/specifications/refs/heads/main/examples/graphql-example.json
  title: GraphQL Specification Record Example