Store Example
View the example store GraphQL schema.
Customer QUERY
Look up a customer by its ID.
Orders QUERY
List all orders.
Search QUERY
Search for customers and orders.
Node QUERY
Fetch any node by ID.
Create Order MUTATION
Create a new order.
Legacy Create Order MUTATION
Order Updated SUBSCRIPTION
Subscribe to status changes of an order.
Customer
A registered customer.
ContactInfo
Contact information.
Order
A customer's order.
Node
An object with a globally unique ID.
SearchResult
A result of the `search` query.
Role
Roles for access control.
OrderStatus
The status of an order.
OrderFilter
Filters for the `orders` query.
OrderCreateInput
DateTime
An ISO-8601 encoded date time string.
How is this guide?
Last updated on
