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