stack

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

AdminTypes.AppConnection interface

An auto-generated type for paginating through multiple Apps.

Signature:

export interface AppConnection 

Properties

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