Skip to main content

AppSubscriptionConnection

A connection to a list of items.

type AppSubscriptionConnection {
edges: [AppSubscriptionEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

AppSubscriptionConnection.edges ● [AppSubscriptionEdge] list object

A list of edges.

AppSubscriptionConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

AppSubscriptionConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

appSubscriptions query