OBJECT

OrganizationsEdge

A Organization edge in the connection.

link GraphQL Schema definition

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