UserEdge
Last updated
Was this helpful?
The edge type for UserConnection
type UserEdge {
cursor: String
node: User
}String scalarThe cursor of this item for pagination.
User objectThe actual user object.
UserConnection object
Last updated
Was this helpful?
Was this helpful?