Types > ActivityPage
Commerce APITypesActivityPage
ActivityPage

Description

Fields

count: Int!

Total number of items in the collection


items: [Activity!]!


last_key: String!

Key of the last item for keyset based iteration


Used By

Queries

activitiesPage

Preview (typescript)

interface ActivityPage {
count: number
items: Activity[]
last_key: string
}