update schema types for backwards compatibility with current schema

This commit is contained in:
2025-03-25 16:16:18 -07:00
parent 717575e004
commit 4d74027b0e
3 changed files with 10 additions and 16 deletions

View File

@@ -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)
}