Documentation
    Preparing search index...

    Type Alias MoveAssetMutation

    type MoveAssetMutation = {
        __typename?: "Mutation";
        moveAssetToFolderV2:
            | { __typename: "AssetErrorDuplicateNameOutput" }
            | { __typename: "AssetErrorOperationNotAllowedOutput" }
            | { __typename: "AssetErrorResourceAccessDeniedOutput" }
            | { __typename: "AssetErrorStorageLimitReachedOutput" }
            | { __typename: "AssetErrorTooManyRequestsOutput" }
            | { __typename: "GroupedAssetOutput"; id: string; name: string };
    }
    Index

    Properties

    __typename?: "Mutation"
    moveAssetToFolderV2:
        | { __typename: "AssetErrorDuplicateNameOutput" }
        | { __typename: "AssetErrorOperationNotAllowedOutput" }
        | { __typename: "AssetErrorResourceAccessDeniedOutput" }
        | { __typename: "AssetErrorStorageLimitReachedOutput" }
        | { __typename: "AssetErrorTooManyRequestsOutput" }
        | { __typename: "GroupedAssetOutput"; id: string; name: string }