SessionHomeDeliveryInput
No description
input SessionHomeDeliveryInput {
enabled: Boolean!
recipient: CustomerRecipientInput
location: Boolean
providers: [ProviderEnum!]
price: [SessionPriceInput!]
}
Fields
SessionHomeDeliveryInput.enabled ● Boolean! non-null scalar
SessionHomeDeliveryInput.recipient ● CustomerRecipientInput input
SessionHomeDeliveryInput.location ● Boolean scalar
SessionHomeDeliveryInput.providers ● [ProviderEnum!] list scalar
SessionHomeDeliveryInput.price ● [SessionPriceInput!] list input
Member Of
SessionInput input