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