Skip to main content
Trendteller home page
Search...
⌘K
GitHub
Search...
Navigation
GraphQL API
Mutations
Documentation
Architecture
API Reference
Development
Getting Started
API Reference
Authentication
Rate Limiting
Error Handling
GraphQL API
Schema-overview
Queries
Mutations
Subscriptions
Endpoints
Orders
Products
Customers
Analytics
Forecasts
Integration Guides
Javascript
Rest
Webhooks
Best-practices
On this page
Overview
Example
Next Steps
GraphQL API
Mutations
Copy page
GraphQL mutations documentation
Copy page
Overview
This page documents GraphQL mutations.
Example
Copy
# Example query
query
{
orders
{
id
total
}
}
Next Steps
API Introduction
Return to API overview
Queries
Subscriptions
⌘I