Documentation
    Preparing search index...

    Type Alias DeleteFolderMutation

    type DeleteFolderMutation = {
        __typename?: "Mutation";
        deleteFolderV2:
            | { __typename: "DeleteFolderOutput" }
            | { __typename: "FolderErrorOperationNotAllowedOutput" }
            | { __typename: "FolderErrorResourceAccessDeniedOutput" }
            | { __typename: "FolderErrorResourceNotFoundOutput" }
            | { __typename: "FolderErrorTooManyRequestsOutput" };
    }
    Index

    Properties

    __typename?: "Mutation"
    deleteFolderV2:
        | { __typename: "DeleteFolderOutput" }
        | { __typename: "FolderErrorOperationNotAllowedOutput" }
        | { __typename: "FolderErrorResourceAccessDeniedOutput" }
        | { __typename: "FolderErrorResourceNotFoundOutput" }
        | { __typename: "FolderErrorTooManyRequestsOutput" }