Add external order id query for paypal and klarna ids (#80)
This commit is contained in:
@@ -19,6 +19,7 @@ directive @cacheControl(
|
||||
type Query {
|
||||
orders(pagination: PaginationInput!, filter: DateFilterInput!): OrdersResult
|
||||
order(id: ID!): Order
|
||||
orderByExternalId(klarnaOrderId: ID, paypalTransactionId: ID): Order
|
||||
products(
|
||||
pagination: PaginationInput!
|
||||
filter: ProductsFilterInput
|
||||
|
||||
Reference in New Issue
Block a user