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