UpdateQuoteLinesInput
Provides the fields and values to use when updating an quote and handling its lines.
input UpdateQuoteLinesInput {
create: [CreateQuoteLineInput!]
update: [UpdateQuoteLineInput!]
delete: [ID!]
}
Fields
UpdateQuoteLinesInput.create
● [CreateQuoteLineInput!]
list input
Create a new quote line.
UpdateQuoteLinesInput.update
● [UpdateQuoteLineInput!]
list input
Update an existing line.
UpdateQuoteLinesInput.delete
● [ID!]
list scalar
Remove an existing line.
Member Of
UpdateQuoteInput
input