Utility

Utility examples related to base-line GraphQL concepts, including subjects like pagination, IDs and introspection.

Pagination

In this example we take you through how you can paginate through large GraphQL result sets.

How to query using nodes

In this example we take you through how to query using nodes using the Operator API

ID Types

In this guide we take you through the different types of IDs that you may encounter in the Operator API.

How to add ExternalIDs

In this example we take you through how to add externalIds to objects using the Operator API

How to use Custom Fields

In this example we take you through how to create and manage custom fields while using the Operator API

How to add metadata

In this example we take you through how to add metadata to objects using the Operator API

How to use HMAC with Mutations

In this example we take you through how to use HMAC with mutations while using the Operator API

How to use Introspection

In this example we take you through how to use introspection using the Operator API

Contextual History

In this example we take you through how query for the contextual history of a number of different entity types.

Manage Webhooks

In this example we take you through how to create, update and query webhooks.