LinkLibraryResourcesPayload
Result of linking library resources into an accord or folder.
type LinkLibraryResourcesPayload {
resources: [Resource!]
query: Query
}
Fields
LinkLibraryResourcesPayload.resources ● [Resource!] list object
The resources created by linking, including any nested folder contents.
LinkLibraryResourcesPayload.query ● Query object
Re-exposes the root query so the client can refetch related data after the mutation.
Returned By
linkLibraryResources mutation