Closed
Description
Hi,
Just noticed as I was reading trough the codebase that queries are currently parsed twice. Once in get_response
and another time by graphql
. Ideally, both should share the same document backend so we can keep query parsing to a minimum.
I'm not planning to send a PR as I'm not currently a user of this library. Just wanted to report it in case no one knew about it.
Cheers,
J