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
Call signature changes for graphql mutationn and query ( breaking change from 2.0 - Response resolver call signature is no longer (req, res, ctx) => res() but instead ({ request }) => new Response().)
msw package updated from 1.2.1 to 2.0.1
The main changes are
https://github.com/mswjs/msw/releases?page=2
https://mswjs.io/docs/api/graphql/
The text was updated successfully, but these errors were encountered: