Skip to main content
object

A Shopify app.

String!
non-null

A unique application API identifier.

AppEventConnection!
non-null

A list of app events.

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.

[AppEventTypes!]

Returns app events of the specified types.

ID

Returns app events associated with the specified shop ID. Example value: gid://partners/Shop/1234.

ID

Returns app events associated with the specified app charge. Example value: gid://shopify/AppUsageRecord/1234.

DateTime

Returns app events that occurred on or after the specified date and time.

DateTime

Returns app events that occurred on or before the specified date and time.


ID!
non-null

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

String!
non-null

The name of the app.


Was this section helpful?

query

A Shopify app.

Arguments

ID!
required

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



Was this section helpful?

interface

Was this section helpful?