Mock Service Worker · GraphQL Specification

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.

Documentation Endpoint View on GitHub API MockingGraphQLHTTPMock ServerMockingService WorkerTestingWebSocketGraphQL

Overview

Mock Service Worker GraphQL API is a GraphQL API specification published by Mock Service Worker on the APIs.io network.

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.

The GraphQL endpoint is available at https://mswjs.io/. documentation is published at https://mswjs.io/.

The specification includes 1 reference link.

Tagged areas include API Mocking, HTTP, Mock Server, Mocking, and Service Worker.

Endpoint

https://mswjs.io/

References

Back to Mock Service Worker · All GraphQL Specs · GitHub