UNPKG

@graphprotocol/client-urql

Version:
6 lines (5 loc) 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.graphExchange = void 0; var urql_exchange_1 = require("@graphql-mesh/urql-exchange"); Object.defineProperty(exports, "graphExchange", { enumerable: true, get: function () { return urql_exchange_1.meshExchange; } });