DuplicateLibraryResourceInput
No description
input DuplicateLibraryResourceInput {
id: String!
libraryName: String
}
Fields
DuplicateLibraryResourceInput.id ● String! non-null scalar
The library resource to duplicate.
DuplicateLibraryResourceInput.libraryName ● String scalar
Library name for the copy. Defaults to "Copy of <source library name>" when omitted.
Member Of
duplicateLibraryResource mutation