Skip to content

v0.1.2

Compare
Choose a tag to compare
@thomasheyenbrock thomasheyenbrock released this 10 Jan 12:54
· 26 commits to main since this release

New features

  • The new function processRequestWithGraphQL allows you to handle loader and action requests using GraphQL with ease.
  • All exported functions now allow passing a context object which will be included in the execution context.

Other improvements

  • There is a new section in the README about how to automatically generate types for the result of GraphQL operations
  • The whole jokes-tutorial example was rewritten to include a GraphQL API that handles authentication and the loading, creation, and deletion of jokes, and it now uses processRequestWithGraphQL from remix-graphql in all loader and action functions.