INPUT_OBJECT

CreateOrUpdateProductPriceListInput

link GraphQL Schema definition

  • input CreateOrUpdateProductPriceListInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Multi-line text input field.
  • description: String
  • # Date information.
  • endDate: Date
  • # Name of the entity and its default text representation.
  • name: String
  • # Date information.
  • startDate: Date
  • # Revision when entity was lastly changed.
  • revision: Int
  • # Relations to Products.
  • productPriceListPrices: [CreateProductPriceListPriceNoProductPriceListBackrefInput!]
  • }

link Require by