FolderShareAccessLevel

open_in_new

GraphQL Schema definition

  • type FolderShareAccessLevel {
  • # The ID of the given access level
  • id: ID!
  • # The human-readable name for the access level
  • name: String!
  • }