We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0790ec0 commit e9aef8cCopy full SHA for e9aef8c
packages/apollo-server-integration-testsuite/src/ApolloServer.ts
@@ -609,7 +609,7 @@ export function testApolloServer<AS extends ApolloServerBase>(
609
]);
610
611
// The bug in 4170 (linked above) was occurring because of a failure
612
- // to the context in `executeOperation`, in the same way that occurs
+ // to clone context in `executeOperation` in the same way that occurs
613
// in `runHttpQuery` prior to entering the request pipeline. That
614
// resulted in the inability to attach a symbol to the context because
615
// the symbol already existed on the context. Of course, a context
0 commit comments