Documentation
Preparing search index...
@sdk/asset-core
MoveAssetMutation
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?
move
Asset
To
Folder
V2
Properties
Optional
__
typename
__typename
?:
"Mutation"
move
Asset
To
Folder
V2
moveAssetToFolderV2
:
|
{
__typename
:
"AssetErrorDuplicateNameOutput"
}
|
{
__typename
:
"AssetErrorOperationNotAllowedOutput"
}
|
{
__typename
:
"AssetErrorResourceAccessDeniedOutput"
}
|
{
__typename
:
"AssetErrorStorageLimitReachedOutput"
}
|
{
__typename
:
"AssetErrorTooManyRequestsOutput"
}
|
{
__typename
:
"GroupedAssetOutput"
;
id
:
string
;
name
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
__
typename
move
Asset
To
Folder
V2
Documentation
Loading...