ENUM

Settings_WhereGroup_Fields

Where group options for Settings. Matches when any field in the array is met

link GraphQL Schema definition

  • enum Settings_WhereGroup_Fields {
  • # The setting's code name.
  • name
  • # True if the setting is loaded on login.
  • is_autoload
  • # True if dashboard users can edit it.
  • is_user_editable
  • # The type of user the setting is for.
  • type
  • }