OBJECT

CompanyTagsEdge

A CompanyTag edge in the connection.

link GraphQL Schema definition

  • type CompanyTagsEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `CompanyTag` at the end of the edge.
  • node: CompanyTag
  • }