UpdateQuoteInput
No description
input UpdateQuoteInput {
  data: QuoteInput!
  rows: UpdateQuoteRowsInput
}
Fields
UpdateQuoteInput.data ● QuoteInput! non-null input
UpdateQuoteInput.rows ● UpdateQuoteRowsInput input
Member Of
editQuote  mutation