graphql-client
graphql-client copied to clipboard
Use a definition name that is stable across runs of same query
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!
Any updates on this? Would love to see this merged!
My new PR might also help with this: https://github.com/github/graphql-client/pull/235