LinkLibraryResourcesInput
No description
input LinkLibraryResourcesInput {
accordId: String
parentFolderId: String
libraryResourceIds: [String!]!
}
Fields
LinkLibraryResourcesInput.accordId ● String scalar
Accord to link the library resources into. Null when linking into a library/template folder rather than an accord.
LinkLibraryResourcesInput.parentFolderId ● String scalar
Resource folder to nest the linked resources under. Null to link at the top level.
LinkLibraryResourcesInput.libraryResourceIds ● [String!]! non-null scalar
Library resources to link. Folders are linked recursively, pulling in their folder contents.
Member Of
linkLibraryResources mutation