Mutations
/create_folder
create_folder
Creates a folder in a specific workspace.
Arguments
color
FolderColor
The folder's color.custom_icon
FolderCustomIcon
The folder's custom icon.font_weight
FolderFontWeight
The folder's font weight.name
String!
Required
The folder's nameparent_folder_id
ID
The folder's parent folder unique identifier.workspace_id
ID
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