ENUM
OpenAccessType
Description
OpenAccessType is used to indicate the file's open access type.
link GraphQL Schema definition
- enum OpenAccessType {
- # Explicitly open.
- # Inherited open.
- # Not open.
- # Publicly accessible.
- # Deprecated. Still defined here because it is still present in sstables
- # and in root results in the DB.
- }