ENUM

ProductVariantDeliveryType

link GraphQL Schema definition

1enum ProductVariantDeliveryType {
2PREORDER
3STOCK
4LINK
5STOCK_LINK
6}