INPUT_OBJECT

CreateOrUpdateGhostContactAccountRelationInput

link GraphQL Schema definition

  • input CreateOrUpdateGhostContactAccountRelationInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Placeholder ghost contact placed on the account org chart.
  • ghostContact: CreateGhostContactInput
  • # Id of the account.
  • accountId: ID
  • # Free-text comment shown on the org-chart node.
  • comment: String
  • # Id of the ghost contact.
  • ghostContactId: ID
  • # True when the ghost contact is rendered as an assistant of its parent in the org
  • # chart.
  • isAssistant: Boolean
  • # True when the ghost contact is rendered as a sibling rather than a child in the
  • # org chart.
  • isSibling: Boolean
  • # Position label shown on the org chart for the ghost contact.
  • position: String
  • # Revision when entity was lastly changed.
  • revision: Int
  • # Account roles assigned to the ghost contact on this account.
  • accountRoles: [CreateGhostContactAccountAccountRoleRelationNoGhostContactAccountRelationBackrefInput!]
  • }

link Require by