Mutations
/update_folder
update_folder
Updates a folder.
Arguments
colorFolderColor
The folder's color.custom_iconFolderCustomIcon
The folder's custom icon.folder_idID!Required
The folder's unique identifierfont_weightFolderFontWeight
The folder's font weight.nameString
The folder's nameparent_folder_idID
The folder's parent folder.
Returns
- Updates a folder.
mutation update_folder($folder_id: ID!) { update_folder(folder_id: $folder_id) { # update_folder fields } }
Built with