ProductResponsePayload
The requested product or a related error.
type ProductResponsePayload {
data: Product
error: String
}
Fields
ProductResponsePayload.data ● Product object
ProductResponsePayload.error ● String scalar
Returned By
addProductLabel mutation ● createProduct mutation ● deleteProduct mutation ● deleteProductMetadata mutation ● removeProductLabel mutation ● updateProduct mutation ● updateProductMetadata mutation