You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.