QueryRoot
The schema’s entry-point for queries. This acts as the public, top-level API from which all queries must start.
On this page
Connections
jobs
(JobConnection! )
|
A list of the Partner organization's Experts Marketplace jobs. |
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. |
createdAtMax
(
DateTime
)
|
Returns jobs that were created on or before the specified date and time. |
createdAtMin
(
DateTime
)
|
Returns jobs that were created on or after the specified date and time. |
first
(
Int
)
|
Returns the first n elements from the list. |
last
(
Int
)
|
Returns the last n elements from the list. |
lastEventAtMax
(
DateTime
)
|
Returns jobs where the last event occurred on or before the specified date and time. |
lastEventAtMin
(
DateTime
)
|
Returns jobs where the last event occurred on or after the specified date and time. |
shopId
(
ID
)
|
Returns jobs associated with the specified shop ID. |
statuses
(
[JobStatus!]
)
|
Returns jobs with the specified statuses. |
transactions
(TransactionConnection! )
|
A list of the Partner organization's transactions. |
after
(
String
)
|
Returns the elements in the list that come after the specified cursor. |
appId
(
ID
)
|
Returns transactions associated with the specified app ID. |
before
(
String
)
|
Returns the elements in the list that come before the specified cursor. |
createdAtMax
(
DateTime
)
|
Returns transactions that were created on or before the specified date and time. |
createdAtMin
(
DateTime
)
|
Returns transactions that were created on or after the specified date and time. |
first
(
Int
)
|
Returns the first n elements from the list. |
last
(
Int
)
|
Returns the last n elements from the list. |
myshopifyDomain
(
String
)
|
Returns transactions associated with the specified |
shopId
(
ID
)
|
Returns transactions associated with the specified shop ID. |
types
(
[TransactionType!]
)
|
Returns transactions of the specified types. |
Fields
app
(App )
|
A Shopify app. |
id
(
ID!
)
required
|
The app ID. Example value: |
job
(Job )
|
|
id
(
ID!
)
required
|
The job ID. Example value: |
publicApiVersions
([ApiVersion!]! )
|
The list of public Partner API versions, including supported, release candidate and unstable versions. |
transaction
(Transaction )
|
A Shopify Partner transaction. |
id
(
ID!
)
required
|
The transaction ID. Example value: |
The schema’s entry-point for queries. This acts as the public, top-level API from which all queries must start.
On this page
Connections
jobs
(JobConnection! )
|
A list of the Partner organization's Experts Marketplace jobs. |
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. |
createdAtMax
(
DateTime
)
|
Returns jobs that were created on or before the specified date and time. |
createdAtMin
(
DateTime
)
|
Returns jobs that were created on or after the specified date and time. |
first
(
Int
)
|
Returns the first n elements from the list. |
last
(
Int
)
|
Returns the last n elements from the list. |
lastEventAtMax
(
DateTime
)
|
Returns jobs where the last event occurred on or before the specified date and time. |
lastEventAtMin
(
DateTime
)
|
Returns jobs where the last event occurred on or after the specified date and time. |
shopId
(
ID
)
|
Returns jobs associated with the specified shop ID. |
statuses
(
[JobStatus!]
)
|
Returns jobs with the specified statuses. |
transactions
(TransactionConnection! )
|
A list of the Partner organization's transactions. |
after
(
String
)
|
Returns the elements in the list that come after the specified cursor. |
appId
(
ID
)
|
Returns transactions associated with the specified app ID. |
before
(
String
)
|
Returns the elements in the list that come before the specified cursor. |
createdAtMax
(
DateTime
)
|
Returns transactions that were created on or before the specified date and time. |
createdAtMin
(
DateTime
)
|
Returns transactions that were created on or after the specified date and time. |
first
(
Int
)
|
Returns the first n elements from the list. |
last
(
Int
)
|
Returns the last n elements from the list. |
myshopifyDomain
(
String
)
|
Returns transactions associated with the specified |
shopId
(
ID
)
|
Returns transactions associated with the specified shop ID. |
types
(
[TransactionType!]
)
|
Returns transactions of the specified types. |
Fields
app
(App )
|
A Shopify app. |
id
(
ID!
)
required
|
The app ID. Example value: |
job
(Job )
|
|
id
(
ID!
)
required
|
The job ID. Example value: |
publicApiVersions
([ApiVersion!]! )
|
The list of public Partner API versions, including supported, release candidate and unstable versions. |
transaction
(Transaction )
|
A Shopify Partner transaction. |
id
(
ID!
)
required
|
The transaction ID. Example value: |