ENUM

UserPreference_WhereGroup_Fields

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

link GraphQL Schema definition

  • enum UserPreference_WhereGroup_Fields {
  • # The string identifier for a preference
  • setting_key
  • # Unique user ID.
  • user_id
  • # Gets the preference for a given module
  • module
  • # Gets the preference for a given module
  • preferenceType
  • }