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
- activeSubscription (ActiveSubscription)
- app (App)
- events (PartnerEventConnection)
- eventsinks ([Eventsink!]!)
- publicApiVersions ([ApiVersion!]!)
- transaction (Transaction)
- transactions (TransactionConnection!)
- Anchor to activeSubscriptionactive•Active
Subscription Subscription The active managed pricing subscription for a shop on a given app.
- Anchor to appIdapp•ID!
Id required The ID of the app to get the active subscription for. Example value:
.- Anchor to shopIdshop•ID!
Id required The ID of the shop to get the active subscription for. Example value:
.
Arguments
- Anchor to eventsevents•Partner
Event Connection A timeline of historical events for the authenticated partner.
- 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 filterfilter•Event
Filter Input Filter criteria for historical events.
- Anchor to orderByorder•Event
By Order Default:OCCURRED_AT_DESC The order in which to return events.
Arguments
- Anchor to eventsinkseventsinks•[Eventsink!]!non-null
A list of Eventsinks configured for the specified App ID.
- Anchor to appIdapp•ID!
Id required The app ID. Example value:
.- Anchor to topictopic•Eventsink
Topic! required The topic of the Eventsink to query.
Arguments
- 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