Documentation
    Preparing search index...
    type DeleteAnnotationMutation = {
        __typename?: "Mutation";
        deleteAnnotationV2:
            | { __typename: "AnnotationErrorEntityNotFoundOutput" }
            | { __typename: "AnnotationErrorOperationNotAllowedOutput" }
            | { __typename: "DeleteAnnotationOutput" };
    }
    Index

    Properties

    __typename?: "Mutation"
    deleteAnnotationV2:
        | { __typename: "AnnotationErrorEntityNotFoundOutput" }
        | { __typename: "AnnotationErrorOperationNotAllowedOutput" }
        | { __typename: "DeleteAnnotationOutput" }