INPUT_OBJECT

CreateOpptyProductRelationDataExRelationInput

link GraphQL Schema definition

  • input CreateOpptyProductRelationDataExRelationInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Product line item this enrichment record applies to.
  • opptyProductRelation: CreateOpptyProductRelationInput!
  • # Id of the external data record.
  • dataId: ID!
  • # Identifier of the data set the enrichment record originates from.
  • dataSetId: ID!
  • # Id of the product line item.
  • opptyProductRelationId: ID!
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by