Skip to main content

ApplicationConnection

A connection to a list of items.

type ApplicationConnection {
edges: [ApplicationEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ApplicationConnection.edges ● [ApplicationEdge] list object

A list of edges.

ApplicationConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ApplicationConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

applications query