Gomah/nuxt-graphql-request

Persisted query or compression (query exceeding 8192 bytes)

jcjp opened this issue · 1 comments

jcjp commented

How would we implemented persisted query on your library or type of compression? As we are currently experience GraphQL exceeded query limit of 8kb. We already use another library to minify our GraphQL queries but it seems to be not a long term solution, and after a few days we hit the error again.

Here is the error: Query cannot be executed. The maximum allowed size for a query is 8192 bytes but it was 8604 bytes

Gomah commented

Probably more related to graphql-request than nuxt-graphql-request, have a look at jasonkuhrt/graffle#269 – they have some workaround