Skip to content

GraphQL Overview

Download GraphQL schema

Queries

Overview

Mutations

Overview

Directives

Overview

Objects

Overview

Interfaces

Overview

Node

id
ID!,non-null
Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4" }

Connection

pageInfo
PageInfo!,non-null
Sample
{ "pageInfo": { "endCursor": "Example String", "hasNextPage": true, "hasPreviousPage": true, "startCursor": "Example String" } }

Unions

Overview

Inputs

Overview

Scalars

Overview