# Mock Service Worker GraphQL API Mock Service Worker (MSW) is an open-source library for mocking REST, GraphQL, WebSocket, and Server-Sent Events APIs at the network level. It provides setupWorker for browser environments and setupServer for Node.js, with handlers (http, graphql, ws, sse) that allow developers to declare mocked responses without modifying application code. **Endpoint:** https://mswjs.io/ **Documentation:** https://mswjs.io/ **GraphQL Properties:** - GraphQL Handler: https://mswjs.io/docs/network-behavior/graphql