Jeremy Kreutzbender

Results 4 issues of Jeremy Kreutzbender

### Issue Description I've been attempting to learn more about how Apollo Server works and also create a working reproduction for https://github.com/apollographql/apollo-client/issues/11870. To create the reproduction, I needed to get...

### Issue Description My hypothesis is that any two queries that share a field where the second query uses @defer on the field, the second query will read from and...

🐞 bug
⏩ @defer

Fixes https://github.com/apollographql/apollo-server/issues/7909 In the issue I noted > Is there any reason to add the deferSpec=20220824 to the response header? Without it Apollo Client behaves properly and the devtools are...

### Issue Description As I was working on improving the `@defer` support for Next.js in https://github.com/apollo-server-integrations/apollo-server-integration-next/pull/204 I noticed that when I viewed the Preview pane in Chrome devtools, it was...