CreateDeliveryTypePayload
No description
type CreateDeliveryTypePayload {
  deliveryType: DeliveryType
}
Fields
CreateDeliveryTypePayload.deliveryType ● DeliveryType object
Returned By
createDeliveryType  mutation