genql icon indicating copy to clipboard operation
genql copied to clipboard

Escape hatch for untyped queries?

Open sampbarrow opened this issue 1 year ago • 0 comments

Would it be possible to add some kind of escape hatch? I'm using typed queries in most of my app but there are 1 or 2 instances where I need to send in a dynamic query as a string.

I think just making the "fetcher" object in createClient available on the client would do it.

sampbarrow avatar Sep 29 '23 12:09 sampbarrow