Argument | Description |
---|---|
statuses ([AssetStatus!]) | Filter assets to those of specific statuses. Lists all assets if none given. |
productId (ID) | Only list assets that match the passed in product ID |
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. |
first (Int) | Returns the first _n_ elements from the list. |
last (Int) | Returns the last _n_ elements from the list. |
Argument | Description |
---|---|
redeemable (Boolean) | Only list discount codes that can be redeemed. |
expired (Boolean) | Only list discount codes that are already fully used (expired). |
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. |
first (Int) | Returns the first _n_ elements from the list. |
last (Int) | Returns the last _n_ elements from the list. |
Argument | Description |
---|---|
code (ID!) |
Argument | Description |
---|---|
orderedProducts ([OrderedProductInput!]) | The ordered products that are part of the order |
discountCode (String) |
Argument | Description |
---|---|
token (ID!) |
Argument | Description |
---|---|
paid (Boolean) | Only list orders with given payment status on related invoice. |
createdSince (ISO8601DateTime) | Filter orders to those that where created since the given datetime. |
status (OrderStatus) | Filter orders on given status. Lists all orders if none given. |
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. |
first (Int) | Returns the first _n_ elements from the list. |
last (Int) | Returns the last _n_ elements from the list. |
Argument | Description |
---|---|
id (ID) | Only list products that match the passed in ID |
sku (String) | Only list products that match the passed in SKU |
shopifyVariantId (String) | Only list products that match the passed in Shopify variant ID |
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. |
first (Int) | Returns the first _n_ elements from the list. |
last (Int) | Returns the last _n_ elements from the list. |
Argument | Description |
---|---|
signupCompletedSince (ISO8601DateTime) | Filter subscriptions to those who completed their signup since a certain time. |
signupCompletedUntil (ISO8601DateTime) | Filter subscriptions to those who completed their signup until a certain time. |
ids ([ID!]) | Filter subscriptions to those of specific IDs. |
customerReferences ([String!]) | Filter subscriptions to those of specific customer references. |
statuses ([SubscriptionStatus!]) | Filter subscriptions to those of specific statuses. Lists all subscriptions except DRAFT if none given. |
email (String) | Filter subscriptions to those with a specific email address. |
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. |
first (Int) | Returns the first _n_ elements from the list. |
last (Int) | Returns the last _n_ elements from the list. |