snooze: add UI elements and DB for snooze functionality
This commit is contained in:
4
web/graphql/snooze.graphql
Normal file
4
web/graphql/snooze.graphql
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
mutation SnoozeMutation($query: String!, $wakeTime: DateTime!) {
|
||||
snooze(query: $query, wakeTime: $wakeTime)
|
||||
}
|
||||
Reference in New Issue
Block a user