object
A Shopify app.
Anchor to FieldsFields
- Anchor to apiKeyapi•String!
Key non-null A unique application API identifier.
- Anchor to eventsevents•App
Event Connection! non-null A list of app events.
- 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 typestypes•[App
Event Types!] Returns app events of the specified types.
- Anchor to shopIdshop•ID
Id Returns app events associated with the specified shop ID. Example value:
.- Anchor to chargeIdcharge•ID
Id Returns app events associated with the specified app charge. Example value:
.- Anchor to occurredAtMinoccurred•Date
At Min Time Returns app events that occurred on or after the specified date and time.
- Anchor to occurredAtMaxoccurred•Date
At Max Time Returns app events that occurred on or before the specified date and time.
Arguments
- •ID!non-null
The ID of the app. Example value:
.- Anchor to namename•String!non-null
The name of the app.
Was this section helpful?