@membrane/graphql-request
Advanced tools
Comparing version 0.0.0-semantic-release to 0.0.0
import { GraphQLError, Headers as HttpHeaders, Options, Variables } from './types'; | ||
export { ClientError } from './types'; | ||
import 'cross-fetch/polyfill'; | ||
import 'cross-fetch/dist/node-polyfill'; | ||
export declare class GraphQLClient { | ||
@@ -5,0 +5,0 @@ private url; |
@@ -58,3 +58,3 @@ "use strict"; | ||
exports.ClientError = types_2.ClientError; | ||
require("cross-fetch/polyfill"); | ||
require("cross-fetch/dist/node-polyfill"); | ||
var GraphQLClient = /** @class */ (function () { | ||
@@ -61,0 +61,0 @@ function GraphQLClient(url, options) { |
{ | ||
"name": "@membrane/graphql-request", | ||
"version": "0.0.0-semantic-release", | ||
"version": "0.0.0", | ||
"main": "dist/src/index.js", | ||
@@ -5,0 +5,0 @@ "typings": "./dist/src/index.d.ts", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41700