OBJECT

OrgUsersEdge

A OrgUser edge in the connection.

link GraphQL Schema definition

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