order
Fetch a specific order.
Restrictions: User needs to be logged in, results restricted by usertype
With a customer token only the logged-in customer's own orders can be fetched; with an admin token any customer's order can be fetched
order(
id: Int!
): Order
Arguments
id ● Int!
ID of the order