INPUT_OBJECT

CreateContactRelationTypeInput

link GraphQL Schema definition

  • input CreateContactRelationTypeInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Display color of the relationship type label, encoded as an integer packing the
  • # RGB components: (red << 16) | (green << 8) | blue.
  • color: Int!
  • # Display label of the contact-to-contact relationship type (e.g. Spouse,
  • # Colleague).
  • label: String
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by