INPUT_OBJECT
input UserPrefInput {# Optional entityId to which this userPref is associatedentityId: EntityId# name of this user-pref in the context of the user and entityIdname: String!# Max size for value in UTF-8 is 32Kb. May contain a JSON-serialized Stringvalue: String}