UNPKG

@pact-foundation/pact

Version:
13 lines 473 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ApolloGraphQLInteraction = void 0; const graphql_1 = require("./graphql"); class ApolloGraphQLInteraction extends graphql_1.GraphQLInteraction { constructor() { super(); this.variables = this.variables || {}; this.operation = this.operation || null; } } exports.ApolloGraphQLInteraction = ApolloGraphQLInteraction; //# sourceMappingURL=apolloGraphql.js.map