Skip to content

v0.1.3

Compare
Choose a tag to compare
@thomasheyenbrock thomasheyenbrock released this 29 Jan 17:03
· 20 commits to main since this release
f93ce11

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. Like processGraphQLRequest, 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.