Skip to main content

ApplicationScopeConnection

A connection to a list of items.

type ApplicationScopeConnection {
edges: [ApplicationScopeEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ApplicationScopeConnection.edges ● [ApplicationScopeEdge] list object

A list of edges.

ApplicationScopeConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ApplicationScopeConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

Application object