DeleteReviewVariables is an interface that contains the variables that are required for the DeleteReview mutation. It includes the review ID.

interface DeleteReviewVariables {
    id: number;
}

Properties

Properties

id: number

id is the ID of the review.