GraphQL API Reference
Documentation for the Twisp GraphQL API.
The primary way to interact with the Accounting Core is through the GraphQL API. Use this reference to learn about the full GraphQL Schema.
Queries
Retrieve data from the system.
Mutations
Modify or create data on the system.
Object Types
The primary data model for responses.
Input Types
Arguments for mutations and queries.
Enum Types
Set of predefined values for a field.
Scalar Types
Primitive values for fields.
Interface Types
Set of fields that object types can implement.
Union Types
Combinations of two or more object types.