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