OBJECT

UsersEdge

A User edge in the connection.

link GraphQL Schema definition

  • type UsersEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `User` at the end of the edge.
  • node: User
  • }