INPUT_OBJECT

CreateContactRelationLabelInput

link GraphQL Schema definition

  • input CreateContactRelationLabelInput {
  • clientMutationId: String
  • # 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