INPUT_OBJECT

CreateMessageSharingSalesUnitRelationInput

link GraphQL Schema definition

  • input CreateMessageSharingSalesUnitRelationInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the email or memo being shared.
  • messageId: ID!
  • # Id of the sales unit.
  • unitId: ID!
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by