INPUT_OBJECT
CreateOrUpdateContactRelationLabelInput
link GraphQL Schema definition
- input CreateOrUpdateContactRelationLabelInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Contact relationship being labelled.
- : CreateContactRelationInput
- # Id of the contact relationship.
- : ID
- # Id of the relationship type.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }