Skip to main content

AddToLibraryResourceFolderInput

No description

input AddToLibraryResourceFolderInput {
folderResourceId: String!
resourceId: String!
}

Fields

AddToLibraryResourceFolderInput.folderResourceId ● String! non-null scalar

The folder resource to add the resource into.

AddToLibraryResourceFolderInput.resourceId ● String! non-null scalar

The resource to place inside the folder.

Member Of

addToLibraryResourceFolder mutation