v0.1.3
New features
- There's a new function
sendGraphQLRequest
. It can be used to send GraphQL requests to a remote API from a loader or action function. LikeprocessGraphQLRequest
, it automatically derived variables from params and form data. - There's a new example app that shows how to use
sendGraphQLRequest
with the GitHub GraphQL API.
Other improvements
- There was a duplicate link in the README that was removed.