AppCountableConnection
No description
type AppCountableConnection {
pageInfo: PageInfo!
edges: [AppCountableEdge!]!
totalCount: Int
}
Fields
AppCountableConnection.pageInfo
● PageInfo!
non-null object miscellaneous
Pagination data for this connection.
AppCountableConnection.edges
● [AppCountableEdge!]!
non-null object apps
AppCountableConnection.totalCount
● Int
scalar miscellaneous
A total count of items in the collection.
Returned By
apps
query