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