graphql-core-legacy
graphql-core-legacy copied to clipboard
Export directive to support batch processing.
Similar to: https://github.com/graphql/graphql-js/issues/462
This PR is an initial stab at an export directive. It exposes variable_values
in the context, and builds up a list of values for the variable during processing of the query.
Any thoughts on this? It is worth resolving the conflicts and getting it sync'd up with master?
I would love to see this feature... I'm a bit new to graphql, admittedly, but was a little surprised that this isn't part of the core feature set. I did see some discussions about adding to apollo instead, but as I do think it's better suited in core...
Just my anonymous $.02.
Hello @boneill42, some progress in this feature??
Sorry, I haven't made any progress beyond what you see here.