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
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