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