CreateOrderTypePayload
No description
type CreateOrderTypePayload {
  orderType: OrderType
}
Fields
CreateOrderTypePayload.orderType ● OrderType object
Returned By
createOrderType  mutation