stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > AppUsageRecordConnection

AdminTypes.AppUsageRecordConnection interface

An auto-generated type for paginating through multiple AppUsageRecords.

Signature:

export interface AppUsageRecordConnection 

Properties

Property Modifiers Type Description
edges   Array<AppUsageRecordEdge> A list of edges.
nodes   Array<AppUsageRecord> A list of the nodes contained in AppUsageRecordEdge.
pageInfo   PageInfo Information to aid in pagination.