export const resolvers = {
Query: {
hello: () => "Hello World from Apollo Standalone!",
},
};
Powered by TurnKey Linux.