OBJECT

ClientCompanyTagsEdge

A ClientCompanyTag edge in the connection.

link GraphQL Schema definition

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