INPUT_OBJECT
CreateOrUpdateAccountRelationTypeInput
link GraphQL Schema definition
- input CreateOrUpdateAccountRelationTypeInput {
- : String
- # Unique identifier of entity.
- : ID
- # 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 account-to-account relationship type (e.g. Partner,
- # Supplier).
- : String
- # Revision when entity was lastly changed.
- : Int
- }