GraphQL Type System

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.

API entry from apis.yml

apis.yml Raw ↑
name: GraphQL Type System
description: 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.
humanURL: https://graphql.org/learn/schema/
baseURL: https://graphql.org
tags:
- GraphQL
- Type System
- API Design
- Schema
properties:
- type: Documentation
  url: https://graphql.org/learn/schema/
- type: Reference
  url: https://spec.graphql.org/