UpdateUserConsentSettingsInput
No description
input UpdateUserConsentSettingsInput {
  userId: ID!
  preferredNotificationChannel: PreferredNotificationChannel!
}
Fields
UpdateUserConsentSettingsInput.userId ● ID! non-null scalar
Swan user id
UpdateUserConsentSettingsInput.preferredNotificationChannel ● PreferredNotificationChannel! non-null enum
Preferred consent notification channel, Sms or App
Member Of
updateUserConsentSettings  mutation