INPUT_OBJECT

UpdateContactAccountAccountRoleRelationInput

link GraphQL Schema definition

  • input UpdateContactAccountAccountRoleRelationInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Contact-account link this role assignment belongs to.
  • contactAccountRelation: CreateContactAccountRelationInput
  • # Id of the account role.
  • accountRoleId: ID
  • # Id of the contact-account link.
  • contactAccountRelationId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by