UserEdge
An edge in a connection.
type UserEdge {
cursor: String!
node: User!
}
Fields
UserEdge.cursor
● String!
non-null scalar
A cursor used in pagination.
UserEdge.node
● User!
non-null interface
The item at the end of the edge.
Member of
UserConnection
object