UpdateQuoteRowsInput
No description
input UpdateQuoteRowsInput {
  create: [CreateQuoteRowInput!]
  update: [UpdateQuoteRowInput!]!
}
Fields
UpdateQuoteRowsInput.create ● [CreateQuoteRowInput!] list input
UpdateQuoteRowsInput.update ● [UpdateQuoteRowInput!]! non-null input
Member Of
UpdateQuoteInput  input