micro-graphql-react
micro-graphql-react copied to clipboard
Help: How do I use POST?
I'd like to use POST and JSON, but can't really see any options for that.
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
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.