MerchStore
Merch store
Implements
Connections
orders (
MerchOrderConnection!
)
List of merch orders on the store
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
before |
String
|
Returns the elements in the list that come before the specified cursor. |
completedAfter |
ISO8601DateTime
|
Only list orders that have been completed after this datetime |
completedBefore |
ISO8601DateTime
|
Only list orders that have been completed before this datetime |
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
status |
MerchOrderStatus
|
Only list orders that have this status |
Fields
closesAt (
ISO8601DateTime
)
Date the order was completed
id (
ID!
)
The ID
name (
String!
)
Name of the store
status (
MerchStoreStatus!
)
Store status
summary (
MerchStoreSummary!
)
Store summary
timestamps (
ObjectTimestamps!
)
Object timestamps