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