Documentation
    Preparing search index...

    Type Alias CopyAssetMutation

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

    Properties

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