INPUT_OBJECT

CreateGhostContactAccountAccountRoleRelationInput

link GraphQL Schema definition

  • input CreateGhostContactAccountAccountRoleRelationInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Ghost-contact-on-account placement this role assignment belongs to.
  • ghostContactAccountRelation: CreateGhostContactAccountRelationInput!
  • # Id of the account role.
  • accountRoleId: ID!
  • # Id of the ghost-contact-account placement.
  • ghostContactAccountRelationId: ID!
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by