QuoteDeliveryInput
No description
input QuoteDeliveryInput {
  city: String
  date: DateInput
  name: String
  street: String
  termId: ID
  typeId: ID
  zip: String
}
Fields
QuoteDeliveryInput.city ● String scalar
QuoteDeliveryInput.date ● DateInput input
QuoteDeliveryInput.name ● String scalar
QuoteDeliveryInput.street ● String scalar
QuoteDeliveryInput.termId ● ID scalar
QuoteDeliveryInput.typeId ● ID scalar
QuoteDeliveryInput.zip ● String scalar
Member Of
QuoteInput  input