Skip to content

Instantly share code, notes, and snippets.

View wabrit's full-sized avatar

wabrit

View GitHub Profile
@wabrit
wabrit / GraphQLPactV3.ts
Created June 24, 2022 14:06
POC for GraphQL DSL for Pact-JS V3
import {
MatchersV3,
PactV3,
PactV3Options,
V3Request,
V3Response,
GraphQLVariables
} from '@pact-foundation/pact';
import { gql } from '@apollo/client/core';
import { ASTNode, print } from 'graphql';