Skip to main content

4 docs tagged with "GraphQL"

View all tags

Entity IDs and Object Types

How Highnote entity IDs work, how to identify object types using the __typename field, and how to read the placeholder IDs used throughout the documentation.

Intro to GraphQL

Learn core GraphQL concepts including queries, mutations, the type system, and Relay pagination as they apply to the Highnote API.

Request Complexity

Calculate the computational cost of your GraphQL queries and optimize them to stay within complexity limits.

Using the Highnote API

Make GraphQL requests to the Highnote API with proper authentication headers, request body structure, and response handling.