mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
gql fix
This commit is contained in:
parent
931d241c8a
commit
24dec8640b
@ -25,8 +25,12 @@ input EmailNotificationSettingsInput {
|
||||
}
|
||||
|
||||
type EmailNotificationSettings {
|
||||
name: String
|
||||
type: String
|
||||
settings: [EmailNotificationSettingsOption]
|
||||
}
|
||||
|
||||
type EmailNotificationSettingsOption {
|
||||
name: String
|
||||
value: Boolean
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user