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 identifier
  • font_weight
    FolderFontWeight
    The folder's font weight.
  • name
    String
    The folder's name
  • parent_folder_id
    ID
    The folder's parent folder.

Returns

mutation update_folder($folder_id: ID!) {
update_folder(folder_id: $folder_id) {
# update_folder fields
}
}
update_doc_blockupdate_group
Built with