INPUT_OBJECT

Settings_Exact

Exact match query arguments for Settings

link GraphQL Schema definition

  • input Settings_Exact {
  • # Select multiple Settings by ID.
  • id: [Int]
  • # The setting's code name.
  • name: String
  • # True if the setting is loaded on login.
  • is_autoload: Boolean
  • # True if dashboard users can edit it.
  • is_user_editable: Boolean
  • # The type of user the setting is for.
  • type: SettingsTypeEnum
  • }