MoveLibrayResourceInput
No description
input MoveLibrayResourceInput {
resourceId: String!
destinationFolderId: String!
}
Fields
MoveLibrayResourceInput.resourceId ● String! non-null scalar
The library resource to move.
MoveLibrayResourceInput.destinationFolderId ● String! non-null scalar
The destination folder to move the resource into.
Member Of
moveLibraryResource mutation