Type alias CreateOneProductInput

CreateOneProductInput: { product: ProductCreateInput }

Input for creating a single product

Type declaration