Skip to content

Commit 36ea8d1

Browse files
committed
feat(graphql): export graphql apis for pact web. Fixes #283
1 parent 77ecc6b commit 36ea8d1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/pact-web.ts

+13
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,16 @@ export * from "./dsl/interaction"
151151
* @static
152152
*/
153153
export * from "./dsl/mockService"
154+
155+
/**
156+
* Exposes {@link GraphQL}
157+
* @memberof Pact
158+
* @static
159+
*/
160+
export * from "./dsl/graphql"
161+
/**
162+
* Exposes {@link ApolloGraphQL}
163+
* @memberof Pact
164+
* @static
165+
*/
166+
export * from "./dsl/apolloGraphql"

0 commit comments

Comments
 (0)