Skip to main content

PricesheetUpdateInput

No description

input PricesheetUpdateInput {
code: String
names: [LocalizedStringInput!]
descriptions: [LocalizedStringInput!]
priority: Int
readonly: Boolean
}

Fields

PricesheetUpdateInput.code ● String scalar

Pricesheet code

PricesheetUpdateInput.names ● [LocalizedStringInput!] list input

Pricesheet name

PricesheetUpdateInput.descriptions ● [LocalizedStringInput!] list input

Pricesheet description

PricesheetUpdateInput.priority ● Int scalar

Pricesheet priority

PricesheetUpdateInput.readonly ● Boolean scalar

Readonly

Member Of

pricesheetUpdate mutation