ENUM
DeliveryTypeEnum
Label for different methods by which a user can purchase and receive their item.
link GraphQL Schema definition
- enum DeliveryTypeEnum {
- # The entire transaction takes place online, and the item is delivered.
- # The item is purchased online, but the user picks it up at the store.
- # For items that are neither delivered nor picked up. Usually for bookings
- #
- # (e.g. hotels, tours)
- }