move arguments and notification interfaces to notification repository file

This commit is contained in:
2025-03-27 09:57:49 -07:00
parent 60b626b64f
commit 09be37cedb
4 changed files with 44 additions and 23 deletions

View File

@@ -2,7 +2,7 @@ import { NotificationResponse, Resolvers } from "../generated/graphql";
import { ServerContext } from "../ServerContext";
import {
ETANotificationScheduler,
NotificationSchedulingArguments
ScheduledNotification
} from "../notifications/schedulers/ETANotificationScheduler";
export const MutationResolvers: Resolvers<ServerContext> = {