ENUM

PermissionMode

Enum of the different ways to apply permissions.

link GraphQL Schema definition

  • enum PermissionMode {
  • # Include results that user is not authorized to view with sensitive information
  • # obfuscated.
  • OBFUSCATE_RESULTS
  • # Filter out results user is not authorized on.
  • FILTER_RESULTS
  • }

link Require by