Notifications_UpdatePreferencesInput
No description
input Notifications_UpdatePreferencesInput {
id: String!
channel: Notifications_Channel!
enabled: Boolean!
}
Fields
Notifications_UpdatePreferencesInput.id ● String! non-null scalar
Notifications_UpdatePreferencesInput.channel ● Notifications_Channel! non-null enum
Notifications_UpdatePreferencesInput.enabled ● Boolean! non-null scalar
Member Of
notifications_updatePreferences mutation