INPUT_OBJECT

CreateOpptyProductRelationDataExRelationInput

link GraphQL Schema definition

  • input CreateOpptyProductRelationDataExRelationInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Relation to single entity instance. Target entity is re-used and not deleted
  • # on de-association.
  • #
  • # Examples:
  • #
  • # Opportunity.owner -> Client, the Client is reused for many opportunities.
  • #
  • # Account.picture -> CloudObject, the CloudObject can be reused on many accounts.
  • #
  • opptyProductRelation: CreateOpptyProductRelationInput!
  • # Relation to single entity instance.
  • dataId: ID!
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • dataSetId: ID!
  • # Relation to single entity instance.
  • opptyProductRelationId: ID!
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by