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