INPUT_OBJECT
CreateOrUpdateGhostContactAccountRelationInput
link GraphQL Schema definition
- input CreateOrUpdateGhostContactAccountRelationInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Placeholder ghost contact placed on the account org chart.
- : CreateGhostContactInput
- # Id of the account.
- : ID
- # Free-text comment shown on the org-chart node.
- : String
- # Id of the ghost contact.
- : ID
- # True when the ghost contact is rendered as an assistant of its parent in the org
- # chart.
- : Boolean
- # True when the ghost contact is rendered as a sibling rather than a child in the
- # org chart.
- : Boolean
- # Position label shown on the org chart for the ghost contact.
- : String
- # Revision when entity was lastly changed.
- : Int
- # Account roles assigned to the ghost contact on this account.
- : [CreateGhostContactAccountAccountRoleRelationNoGhostContactAccountRelationBackrefInput!]
- }