AppCountableEdge
No description
type AppCountableEdge {
node: App!
cursor: String!
}
Fields
AppCountableEdge.node
● App!
non-null object apps
The item at the end of the edge.
AppCountableEdge.cursor
● String!
non-null scalar miscellaneous
A cursor for use in pagination.
Member Of
AppCountableConnection
object