Raikyo777
Results
1
comments of
Raikyo777
I think, It looks like this, to work as asynchronous function: async function startServer() { server = new ApolloServer({ typeDefs, resolvers }); await server.start(); server.applyMiddleware({ app, path: '/api' }); }...