We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like to use POST and JSON, but can't really see any options for that.
The text was updated successfully, but these errors were encountered:
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, something went wrong.
add support for POST (arackaf#75)
53ab7cc
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.
fetch
Successfully merging a pull request may close this issue.
I'd like to use POST and JSON, but can't really see any options for that.
The text was updated successfully, but these errors were encountered: