Skip to main content

MoveLibraryResourcePayload

Result of moving a library resource into a folder.

type MoveLibraryResourcePayload {
libraryResourceVersion: LibraryResourceVersion
query: Query
}

Fields

MoveLibraryResourcePayload.libraryResourceVersion ● LibraryResourceVersion object

The destination folder's existing latest version (no new version is created). When the resource is already in the destination folder, the resource's own latest version is returned instead.

MoveLibraryResourcePayload.query ● Query object

Re-exposes the root query for refetching after the mutation.

Returned By

moveLibraryResource mutation