AppCountableConnection
No description
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
AppCountableConnection.totalCount
● Int
scalar
A total count of items in the collection.
Returned by
apps
query