OBJECT
OrganizationsEdge
A Organization edge in the connection.
link GraphQL Schema definition
- type OrganizationsEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `Organization` at the end of the edge.
- : Organization
- }
OBJECT
A Organization edge in the connection.
- type OrganizationsEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `Organization` at the end of the edge.
- : Organization
- }