Skip to main content

PricesheetCreateInput

No description

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

Fields

PricesheetCreateInput.code ● String! non-null scalar

Pricesheet code

PricesheetCreateInput.names ● [LocalizedStringInput!] list input

Pricesheet name

PricesheetCreateInput.descriptions ● [LocalizedStringInput!] list input

Pricesheet description

PricesheetCreateInput.priority ● Int! non-null scalar

Pricesheet priority

PricesheetCreateInput.readonly ● Boolean! non-null scalar

Readonly

Member Of

pricesheetCreate mutation