mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
add isNotificationScheduled resolver and test cases
This commit is contained in:
@@ -15,6 +15,9 @@ export const QueryResolvers: Resolvers<ServerContext> = {
|
||||
name: system.name,
|
||||
id: system.id,
|
||||
};
|
||||
},
|
||||
isNotificationScheduled: async (_parent, args, contextValue, _info) => {
|
||||
return false;
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user