graphql-client icon indicating copy to clipboard operation
graphql-client copied to clipboard

Use a definition name that is stable across runs of same query

Open jmondo opened this issue 5 years ago • 2 comments

Using object id was making it very difficult for us to VCR non-constantized graphql calls since the name sent with the query was appended with a different object id in each test run

Not the nicest code. I definitely hope there's some better way to do this. Open to feedback!

jmondo avatar Nov 27 '19 02:11 jmondo

Any updates on this? Would love to see this merged!

DamirSvrtan avatar Dec 13 '19 22:12 DamirSvrtan

My new PR might also help with this: https://github.com/github/graphql-client/pull/235

alex-lange avatar Feb 03 '20 23:02 alex-lange