Questions tagged [apq]

1 questions
1
vote
0 answers

Why the error `Failed to execute 'text' on 'Response': body stream already read` if I'm re-assigning res.json?

I'm trying to use the code I found here for APQ (automatic persisted queries) and graphql-request. But if I use the code like described: export const graphQLClient = new GraphQLClient("http://localhost:3000", { fetch:…
Fred Hors
  • 3,258
  • 3
  • 25
  • 71