Skip to main content

RemoveFromLibraryResourceFolderPayload

Result of removing a resource from its folder.

type RemoveFromLibraryResourceFolderPayload {
libraryResourceVersion: LibraryResourceVersion
query: Query
}

Fields

RemoveFromLibraryResourceFolderPayload.libraryResourceVersion ● LibraryResourceVersion object

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

RemoveFromLibraryResourceFolderPayload.query ● Query object

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

Returned By

removeFromLibraryResourceFolder mutation