OBJECT

UserMutation

link GraphQL Schema definition

  • type UserMutation {
  • # Upsert a user preference. If input.value is null, any existing UserPref is
  • # deleted.
  • #
  • # Arguments
  • # input: [Not documented]
  • upsertUserPref(input: UserPrefInput!): UserPref
  • }

link Require by