Skip to main content
Version: v2.x

Relay GraphQL API Reference

Introduction

All GraphQL requests for Relay queries are made to the Relay GraphQL API.

Endpoint

All requests are POST requests to the /v1beta1/relay endpoint.

Request types

The following types of requests can be made using the Relay GraphQL API:

Batching requests

The Relay GraphQL API provides support for batched requests over the /v1beta1/relay endpoint.

Example: using a client which supports batching (such as Apollo Client), we can send two query operations in one request:

GraphiQL
Query Variables
Request Headers
Documentation Explorer
No Schema Available