OBJECT

CompanyTagsConnection

A connection to a list of CompanyTag values.

link GraphQL Schema definition

  • type CompanyTagsConnection {
  • # A list of `CompanyTag` objects.
  • nodes: [CompanyTag]!
  • # A list of edges which contains the `CompanyTag` and cursor to aid in pagination.
  • edges: [CompanyTagsEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `CompanyTag` you could get from the connection.
  • totalCount: Int
  • }