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.
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.
Learn core GraphQL concepts including queries, mutations, the type system, and Relay pagination as they apply to the Highnote API.
Calculate the computational cost of your GraphQL queries and optimize them to stay within complexity limits.
Make GraphQL requests to the Highnote API with proper authentication headers, request body structure, and response handling.