INPUT_OBJECT

CreateOpptyProductRelationNoBackrefInput

link GraphQL Schema definition

  • input CreateOpptyProductRelationNoBackrefInput {
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • pairedOpptyProductRelation: CreateOpptyProductRelationInput
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • amount: Float
  • # Multi-line text input field.
  • comment: String
  • # Relation to single entity instance.
  • opptyProductRelationTypeId: ID
  • # Relation to single entity instance.
  • pairedOpptyProductRelationId: ID
  • price: Float
  • # Relation to single entity instance.
  • productId: ID!
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • quantity: Float
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • sectionId: ID
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • sortOrder: Int
  • customFields: JSONString
  • # Revision when entity was lastly changed.
  • revision: Int
  • revenueSchedule: CreateOpptyProductRelationRevenueScheduleNoIdBackrefInput
  • }