UserEdge
An edge that contains a node of type User and a cursor.
type UserEdge {
node: User!
cursor: String!
}
Fields
UserEdge.node
● User!
non-null object
The User node.
UserEdge.cursor
● String!
non-null scalar
A unique cursor that can be used for pagination.
Member Of
UserConnection
object