Closed
Description
I have a use-case where my underlying data may change, but GraphQL queries are still the same. I think it may be nice if I can cache result of GraphQL language parsing (suppose its fieldASTs) and pass it to graphql
function instead of raw query to be able to imporve performance when I need to execute the same query.
What do you think about this?