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