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