Mutations
/update_folder
update_folder
Updates a folder.
Arguments
color
FolderColor
The folder's color.custom_icon
FolderCustomIcon
The folder's custom icon.folder_id
ID!
Required
The folder's unique identifierfont_weight
FolderFontWeight
The folder's font weight.name
String
The folder's nameparent_folder_id
ID
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