FolderAccessFilter

open_in_new

Filter based on given access

@beta ObjectAccess

GraphQL Schema definition

  • enum FolderAccessFilter {
  • # Admin access given to the user
  • Admin
  • # 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.
  • #
  • # Please note that you must have custom roles feature enabled to use this filter.
  • # If the feature is disabled, this
  • # filter will be ignored.
  • UserGroupFolderShares
  • }

Require by