UNPKG

@graphql-mocks/network-playwright

Version:

Mock using graphql-mocks with Playwright

4 lines (3 loc) 235 B
import type { Request, Route } from '@playwright/test'; import type { GraphQLHandler } from 'graphql-mocks'; export declare function playwrightHandler(graphqlHandler: GraphQLHandler): (route: Route, request: Request) => Promise<void>;