INPUT_OBJECT
CreateProductPriceListInput
link GraphQL Schema definition
- input CreateProductPriceListInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Multi-line text input field.
- : String
- # Date information.
- : Date!
- # Name of the entity and its default text representation.
- : String!
- # Date information.
- : Date!
- # Revision when entity was lastly changed.
- : Int
- # Relations to Products.
- : [CreateProductPriceListPriceNoProductPriceListBackrefInput!]
- }