CreateFolderInput
No description
FieldsLink copied!
CreateFolderInput.label
● String!
non-null scalarLink copied!
The label of the folder.
CreateFolderInput.parentId
● ID
scalarLink copied!
The folder ID of the parent folder. The new folder will be created under the provided parent.
CreateFolderInput.assetRepositoryId
● ID
scalarLink copied!
The asset repository ID. If not provided we will create the folder in the default asset repository.
Member ofLink copied!
createAssetFolder
mutation