apollo-server-integrations / apollo-server-integration-hapi

MIT License
3 stars 3 forks source link

Integration example confusing #46

Closed msoyka closed 1 year ago

msoyka commented 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?

trevor-scheer commented 1 year ago

Fixed, thanks!