INPUT_OBJECT

UserPrefInput

link GraphQL Schema definition

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