INPUT_OBJECT

CreateOrUpdateContactRelationLabelInput

link GraphQL Schema definition

  • input CreateOrUpdateContactRelationLabelInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Contact relationship being labelled.
  • contactRelation: CreateContactRelationInput
  • # Id of the contact relationship.
  • contactRelationId: ID
  • # Id of the relationship type.
  • contactRelationTypeId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by