CreateQuoteInput
No description
input CreateQuoteInput {
  accountId: ID!
  contactId: ID!
  userId: ID!
  statusId: ID!
  paymentTermId: ID!
  deliveryTermId: ID!
  deliveryTypeId: ID!
  rows: [CreateQuoteRowInput!]
  data: QuoteInput
}
Fields
CreateQuoteInput.accountId ● ID! non-null scalar
CreateQuoteInput.contactId ● ID! non-null scalar
CreateQuoteInput.userId ● ID! non-null scalar
CreateQuoteInput.statusId ● ID! non-null scalar
CreateQuoteInput.paymentTermId ● ID! non-null scalar
CreateQuoteInput.deliveryTermId ● ID! non-null scalar
CreateQuoteInput.deliveryTypeId ● ID! non-null scalar
CreateQuoteInput.rows ● [CreateQuoteRowInput!] list input
CreateQuoteInput.data ● QuoteInput input
Member Of
createQuote  mutation