OBJECT
ClientCompanyTagsEdge
A ClientCompanyTag edge in the connection.
link GraphQL Schema definition
- type ClientCompanyTagsEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `ClientCompanyTag` at the end of the edge.
- : ClientCompanyTag!
- }
link Require by
- ClientCompanyTagsConnectionA connection to a list of `ClientCompanyTag` values.
- CreateClientCompanyTagPayloadThe output of our `createClientCompanyTag` mutation.
- DeleteClientCompanyTagPayloadThe output of our `deleteClientCompanyTag` mutation.
- UpdateClientCompanyTagPayloadThe output of our `updateClientCompanyTag` mutation.