Update GraphQL schema file
Closes #737 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
ac12d96688
commit
58bff5a034
@ -114,6 +114,9 @@ enum NotificationPendingEnum {
|
|||||||
|
|
||||||
"One day. Notifications will be sent at most each day"
|
"One day. Notifications will be sent at most each day"
|
||||||
ONE_DAY
|
ONE_DAY
|
||||||
|
|
||||||
|
"One Week. Notifications will be sent at most each week"
|
||||||
|
ONE_WEEK
|
||||||
}
|
}
|
||||||
|
|
||||||
"The possible values for a participant role"
|
"The possible values for a participant role"
|
||||||
@ -1229,6 +1232,9 @@ type RootMutationType {
|
|||||||
"When does the user receives a notification about a new pending membership in one of the group they're admin for"
|
"When does the user receives a notification about a new pending membership in one of the group they're admin for"
|
||||||
notificationPendingMembership: NotificationPendingEnum
|
notificationPendingMembership: NotificationPendingEnum
|
||||||
|
|
||||||
|
"When does the user receives a notification about new activity"
|
||||||
|
groupNotifications: NotificationPendingEnum
|
||||||
|
|
||||||
"A geohash of the user's preferred location, where they want to see events"
|
"A geohash of the user's preferred location, where they want to see events"
|
||||||
location: LocationInput
|
location: LocationInput
|
||||||
): UserSettings
|
): UserSettings
|
||||||
@ -3403,6 +3409,9 @@ type UserSettings {
|
|||||||
"When does the user receives a notification about a new pending membership in one of the group they're admin for"
|
"When does the user receives a notification about a new pending membership in one of the group they're admin for"
|
||||||
notificationPendingMembership: NotificationPendingEnum
|
notificationPendingMembership: NotificationPendingEnum
|
||||||
|
|
||||||
|
"When does the user receives a notification about new activity"
|
||||||
|
groupNotifications: NotificationPendingEnum
|
||||||
|
|
||||||
"The user's preferred location, where they want to be suggested events"
|
"The user's preferred location, where they want to be suggested events"
|
||||||
location: Location
|
location: Location
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user