@pact-foundation/pact
Version:
Pact for all things Javascript
13 lines • 473 B
JavaScript
;
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