micro-graphql-react icon indicating copy to clipboard operation
micro-graphql-react copied to clipboard

Help: How do I use POST?

Open konsumer opened this issue 3 years ago • 2 comments

I'd like to use POST and JSON, but can't really see any options for that.

konsumer avatar Jun 24 '22 01:06 konsumer

Not really supported right now, but PRs welcome. You’d need to add an option to the Client class and integrate around here:

https://github.com/arackaf/micro-graphql-react/blob/master/src/client.js#L93

arackaf avatar Jun 26 '22 08:06 arackaf

Sorry, it's been a while, and I was just using fetch by itself, but I came back to wanting to use this, and found my own issue. I made a PR for it.

gummikonsumer avatar Jun 22 '24 03:06 gummikonsumer