INPUT_OBJECT

CreateContactAccountAccountRoleRelationInput

link GraphQL Schema definition

  • input CreateContactAccountAccountRoleRelationInput {
  • clientMutationId: String
  • # 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