This commit is contained in:
Ulf Gebhardt 2025-04-06 00:58:28 +02:00
parent 931d241c8a
commit 24dec8640b
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -25,8 +25,12 @@ input EmailNotificationSettingsInput {
}
type EmailNotificationSettings {
name: String
type: String
settings: [EmailNotificationSettingsOption]
}
type EmailNotificationSettingsOption {
name: String
value: Boolean
}