INPUT_OBJECT
UpdateParentAccountRelationTypeInput
link GraphQL Schema definition
- input UpdateParentAccountRelationTypeInput {
- # Optional client-supplied identifier passed on a mutation input and echoed back
- # unchanged on its payload, so a client can correlate the response with its
- # request (Relay convention).
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Label shown for the child side of the parent-child account relation (e.g.
- # "Subsidiary" when the parent is a holding company).
- : String
- # Label shown for the parent side of the parent-child account relation (e.g.
- # "Parent company").
- : String
- # Revision when entity was lastly changed.
- : Int
- }