AniLink - v1.29.2
    Preparing search index...

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

    interface DeleteReviewVariables {
        id: number;
    }
    Index
    id: number

    id is the ID of the review.