object UserEdge

A Relay edge containing a User and its cursor.

Fields

FieldTypeDescription
nodeUser

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

{
  "node": User,
  "cursor": "abc123"
}