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