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