CreatePriceListInput
No description
input CreatePriceListInput {
active: Boolean!
default: Boolean!
name: String!
prices: [ArticlePriceInput!]
start: DateTimeInput!
stop: DateTimeInput!
}
Fields
CreatePriceListInput.active
● Boolean!
non-null scalar
CreatePriceListInput.default
● Boolean!
non-null scalar
CreatePriceListInput.name
● String!
non-null scalar
CreatePriceListInput.prices
● [ArticlePriceInput!]
list input
CreatePriceListInput.start
● DateTimeInput!
non-null input
CreatePriceListInput.stop
● DateTimeInput!
non-null input
Member of
createPriceList
mutation