DuplicateLibraryResourcePayload
Result of duplicating a library resource.
type DuplicateLibraryResourcePayload {
libraryResource: LibraryResource
query: Query
}
Fields
DuplicateLibraryResourcePayload.libraryResource ● LibraryResource object
The newly created duplicate resource.
DuplicateLibraryResourcePayload.query ● Query object
Re-exposes the root query for refetching after the mutation.
Returned By
duplicateLibraryResource mutation