DEV

Query.

order

No description

Arguments

orderId

String!

Required

The ID of the Order to return.

Returns:

Order

GraphQL
1
2
3
type Query {
  order(orderId: String!): Order
}

Was this page helpful?