graphql-core-legacy icon indicating copy to clipboard operation
graphql-core-legacy copied to clipboard

Export directive to support batch processing.

Open boneill42 opened this issue 8 years ago • 4 comments

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.

boneill42 avatar Jan 04 '17 02:01 boneill42

Any thoughts on this? It is worth resolving the conflicts and getting it sync'd up with master?

boneill42 avatar Apr 24 '17 16:04 boneill42

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.

gsjurseth avatar Apr 27 '17 10:04 gsjurseth

Hello @boneill42, some progress in this feature??

eamigo86 avatar Dec 08 '17 15:12 eamigo86

Sorry, I haven't made any progress beyond what you see here.

boneill42 avatar Jan 13 '18 14:01 boneill42