INPUT_OBJECT

CreateGhostContactAccountRelationInput

link GraphQL Schema definition

  • input CreateGhostContactAccountRelationInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Relation to single entity instance. Target entity is re-used and not deleted
  • # on de-association.
  • #
  • # Examples:
  • #
  • # Opportunity.owner -> Client, the Client is reused for many opportunities.
  • #
  • # Account.picture -> CloudObject, the CloudObject can be reused on many accounts.
  • #
  • ghostContact: CreateGhostContactInput!
  • # Relation to single entity instance.
  • accountId: ID!
  • # Simple text input field.
  • comment: String
  • # Relation to single entity instance.
  • ghostContactId: ID!
  • # Boolean value.
  • isAssistant: Boolean
  • # Boolean value.
  • isSibling: Boolean
  • # Simple text input field.
  • position: String
  • # Revision when entity was lastly changed.
  • revision: Int
  • # Relations to AccountRoles.
  • accountRoles: [CreateGhostContactAccountAccountRoleRelationNoGhostContactAccountRelationBackrefInput!]
  • }