INPUT_OBJECT

CreateProductPriceListPriceInput

link GraphQL Schema definition

  • input CreateProductPriceListPriceInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Relation to single entity instance.
  • currencyId: ID!
  • price: Float
  • # Relation to single entity instance.
  • productId: ID!
  • # Relation to single entity instance.
  • productPriceListId: ID!
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by