deleteProduct #deleteProduct(productId: String) BooleanExample #mutation deleteProduct($productId: String!){ deleteProduct(productId: $productId) } Try It Now