--- title: QueryRoot - Partner API description: The schema's entry-point for queries. This acts as the public, top-level API from which all queries must start. api_version: 2025-10 api_name: partner type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/partner/latest/objects/queryroot md: https://shopify.dev/docs/api/partner/latest/objects/queryroot.md --- # Query​Root object The schema's entry-point for queries. This acts as the public, top-level API from which all queries must start. ## Fields * app [App](https://shopify.dev/docs/api/partner/latest/objects/App) A Shopify [app](https://shopify.dev/concepts/apps). * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) required ### Arguments The app ID. Example value: `gid://partners/App/1234`. *** * public​Api​Versions [\[Api​Version!\]!](https://shopify.dev/docs/api/partner/latest/objects/ApiVersion) non-null The list of public Partner API versions, including supported, release candidate and unstable versions. * transaction [Transaction](https://shopify.dev/docs/api/partner/latest/interfaces/Transaction) A Shopify Partner transaction. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) required ### Arguments The transaction ID. Example value: `gid://partners/ThemeSale/1234`. *** * transactions [Transaction​Connection!](https://shopify.dev/docs/api/partner/latest/connections/TransactionConnection) non-null A list of the Partner organization's [transactions](https://help.shopify.com/partners/getting-started/getting-paid). * after [String](https://shopify.dev/docs/api/partner/latest/scalars/String) ### Arguments Returns the elements in the list that come after the specified cursor. * before [String](https://shopify.dev/docs/api/partner/latest/scalars/String) Returns the elements in the list that come before the specified cursor. * first [Int](https://shopify.dev/docs/api/partner/latest/scalars/Int) Returns the first *n* elements from the list. * last [Int](https://shopify.dev/docs/api/partner/latest/scalars/Int) Returns the last *n* elements from the list. * shop​Id [ID](https://shopify.dev/docs/api/partner/latest/scalars/ID) Returns transactions associated with the specified shop ID. * myshopify​Domain [String](https://shopify.dev/docs/api/partner/latest/scalars/String) Returns transactions associated with the specified `.myshopify.com` shop domain. Example value: `example.myshopify.com`. * app​Id [ID](https://shopify.dev/docs/api/partner/latest/scalars/ID) Returns transactions associated with the specified app ID. * created​At​Min [Date​Time](https://shopify.dev/docs/api/partner/latest/scalars/DateTime) Returns transactions that were created on or after the specified date and time. * created​At​Max [Date​Time](https://shopify.dev/docs/api/partner/latest/scalars/DateTime) Returns transactions that were created on or before the specified date and time. * types [\[Transaction​Type!\]](https://shopify.dev/docs/api/partner/latest/enums/TransactionType) Returns transactions of the specified types. *** *** ## Map No referencing types