FolderAccessFilter

open_in_new

Filter based on given access @beta

GraphQL Schema definition

  • enum FolderAccessFilter {
  • # Folder this user has created
  • FolderCreator
  • # Folder shared with this user. Any subfolder for given folder will be included in
  • # the list
  • FolderShares
  • # Folder/Subfolder for the given folder shared with the user through user-group.
  • UserGroupFolderShares
  • # Admin access given to the user
  • Admin
  • }

Require by