Closed msoyka closed 1 year ago
const apollo = new ApolloServer<BaseContext>({ typeDefs, resolvers, }); await apolloServer.start();
Why are we starting apolloServer, when the ApolloServer is defined as apollo. Is there a mix up with the names or is this correct?
apolloServer
apollo
Fixed, thanks!
Why are we starting
apolloServer
, when the ApolloServer is defined asapollo
. Is there a mix up with the names or is this correct?