INPUT_OBJECT

UpdateNotificationSettingsInput

Input object to update the user's notification settings

link GraphQL Schema definition

1input UpdateNotificationSettingsInput {
4
2# Whether the user's the email notification is opted in
3emailNotificationOptIn: Boolean!
5}

link Required by