Mutations
/create_folder
create_folder
Creates a folder in a specific workspace.
Arguments
colorFolderColor
The folder's color.custom_iconFolderCustomIcon
The folder's custom icon.font_weightFolderFontWeight
The folder's font weight.nameString!Required
The folder's nameparent_folder_idID
The folder's parent folder unique identifier.workspace_idID
The unique identifier of the workspace to create this folder in
Returns
- Creates a folder in a specific workspace.
mutation create_folder($name: String!) { create_folder(name: $name) { # create_folder fields } }
Built with