Skip to main content

AppCountableConnection

A connection to a list of items.

type AppCountableConnection {
pageInfo: PageInfo!
edges: [AppCountableEdge!]!
totalCount: Int!
}

Fields

AppCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection

AppCountableConnection.edges ● [AppCountableEdge!]! non-null object

Contains the nodes in this connection

AppCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

apps query

Was this page helpful?