Query Root
The schema's entry-point for queries. This acts as the public, top-level API from which all queries must start.
Anchor to FieldsFields
- app (App)
- publicApiVersions ([ApiVersion!]!)
- transaction (Transaction)
- transactions (TransactionConnection!)
- Anchor to publicApiVersionspublic•[Api
Api Versions Version!]! non-null The list of public Partner API versions, including supported, release candidate and unstable versions.
- Anchor to transactiontransaction•Transaction
A Shopify Partner transaction.
- •ID!required
The transaction ID. Example value:
.
Arguments
- •ID!
- Anchor to transactionstransactions•Transaction
Connection! non-null A list of the Partner organization's transactions.
- Anchor to afterafter•String
Returns the elements in the list that come after the specified cursor.
- Anchor to beforebefore•String
Returns the elements in the list that come before the specified cursor.
- Anchor to firstfirst•Int
Returns the first n elements from the list.
- Anchor to lastlast•Int
Returns the last n elements from the list.
- Anchor to shopIdshop•ID
Id Returns transactions associated with the specified shop ID.
- Anchor to myshopifyDomainmyshopify•String
Domain Returns transactions associated with the specified
.myshopify.comshop domain. Example value:example.myshopify.com.- Anchor to appIdapp•ID
Id Returns transactions associated with the specified app ID.
- Anchor to createdAtMincreated•Date
At Min Time Returns transactions that were created on or after the specified date and time.
- Anchor to createdAtMaxcreated•Date
At Max Time Returns transactions that were created on or before the specified date and time.
- Anchor to typestypes•[Transaction
Type!] Returns transactions of the specified types.
Arguments