INPUT_OBJECT
UpdateProductPriceListInput
link GraphQL Schema definition
- input UpdateProductPriceListInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Multi-line text input field.
- : String
- # Date information.
- : Date
- # Boolean value.
- : Boolean
- # Name of the entity and its default text representation.
- : String
- # Form definition in json format.
- : JSONString
- # Date information.
- : Date
- # Field whose values are strictly defined with an enumeration of values.
- : ProductPriceListTypeEnum
- # Revision when entity was lastly changed.
- : Int
- # Relations to Products.
- : [CreateProductPriceListPriceNoProductPriceListBackrefInput!]
- }