Skip to main content
object

The schema's entry-point for queries. This acts as the public, top-level API from which all queries must start.

•App

A Shopify app.

Arguments

•ID!
required

The app ID. Example value: gid://partners/App/1234.


•[ApiVersion!]!
non-null

The list of public Partner API versions, including supported, release candidate and unstable versions.

•Transaction

A Shopify Partner transaction.

Arguments

•ID!
required

The transaction ID. Example value: gid://partners/ThemeSale/1234.


•TransactionConnection!
non-null

A list of the Partner organization's transactions.

Arguments

•String

Returns the elements in the list that come after the specified cursor.

•String

Returns the elements in the list that come before the specified cursor.

•Int

Returns the first n elements from the list.

•Int

Returns the last n elements from the list.

•ID

Returns transactions associated with the specified shop ID.

•String

Returns transactions associated with the specified .myshopify.com shop domain. Example value: example.myshopify.com.

•ID

Returns transactions associated with the specified app ID.

•DateTime

Returns transactions that were created on or after the specified date and time.

•DateTime

Returns transactions that were created on or before the specified date and time.

•[TransactionType!]

Returns transactions of the specified types.



Was this section helpful?