INPUT_OBJECT

CreateGhostContactAccountAccountRoleRelationInput

link GraphQL Schema definition

  • input CreateGhostContactAccountAccountRoleRelationInput {
  • 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.
  • #
  • ghostContactAccountRelation: CreateGhostContactAccountRelationInput!
  • # Relation to single entity instance.
  • accountRoleId: ID!
  • # Relation to single entity instance.
  • ghostContactAccountRelationId: ID!
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by