OBJECT
UserPreference
The saved user preferences for a user
link GraphQL Schema definition
- type UserPreference {
- # The unique ID.
- Int! :
- # The user associated to the user preferences
- User :
- # The string identifier for a preference
- String! :
- # Any valid JSON string that contains the preference
- UntypedValue :
- }