OBJECT
ClientCompaniesConnection
A connection to a list of ClientCompany
values.
link GraphQL Schema definition
- type ClientCompaniesConnection {
- # A list of `ClientCompany` objects.
- ClientCompany]! : [
- # A list of edges which contains the `ClientCompany` and cursor to aid in
- # pagination.
- ClientCompaniesEdge!]! : [
- # Information to aid in pagination.
- PageInfo! :
- # The count of *all* `ClientCompany` you could get from the connection.
- Int :
- }