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]
- UserPrefInput!): UserPref ( :
- }
OBJECT
- type UserMutation {
- # Upsert a user preference. If input.value is null, any existing UserPref is
- # deleted.
- #
- # Arguments
- # input: [Not documented]
- UserPrefInput!): UserPref ( :
- }