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