Type alias UpdateOneProductInput

UpdateOneProductInput: { id: Scalars["UUID"]; update: ProductUpdateInput }

Type declaration