mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
update schema types for backwards compatibility with current schema
This commit is contained in:
@@ -98,7 +98,7 @@ describe("QueryResolvers", () => {
|
||||
|
||||
describe("isNotificationScheduled and secondsThresholdForNotification", () => {
|
||||
const query = `
|
||||
query IsNotificationScheduled($input: NotificationLookupArguments!) {
|
||||
query IsNotificationScheduled($input: NotificationInput!) {
|
||||
isNotificationScheduled(input: $input)
|
||||
secondsThresholdForNotification(input: $input)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user