Objects
/
Folder

Folder

A workspace folder containing boards, docs, sub folders, etc.

Fields

  • children
    [Board]!
    Required
    The various items in the folder, not including sub-folders and dashboards.
  • color
    FolderColor
    The folder's color.
  • created_at
    Date!
    Required
    The folder's creation date.
  • custom_icon
    FolderCustomIcon
    The folder's custom icon.
  • font_weight
    FolderFontWeight
    The folder's font weight.
  • id
    ID!
    Required
    The folder's unique identifier.
  • name
    String!
    Required
    The folder's name.
  • owner_id
    ID
    The folder's user owner unique identifier.
  • parent
    Folder
    The folder's parent folder.
  • sub_folders
    [Folder]!
    Required
    Sub-folders inside this folder.
  • workspace
    Workspace!
    Required
    The workspace that contains this folder (null id for main workspace).
FileValueFormulaValue
Built with