Installation
GraphQL Testing Library has peerDependencies
listings for msw
at ^2.0.0
and graphql
at ^15.0.0 || ^16.0.0
.
Install them along with this library using your preferred package manager:
npm
npm install --save-dev @apollo/graphql-testing-library msw graphql
pnpm
pnpm add --save-dev @apollo/graphql-testing-library msw graphql
yarn
yarn add --dev @apollo/graphql-testing-library msw graphql
bun
bun add --dev @apollo/graphql-testing-library msw graphql