graphql-anywhere
Advanced tools
Comparing version 4.2.0-alpha.2 to 4.2.0-alpha.3
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('apollo-utilities')) : | ||
typeof define === 'function' && define.amd ? define(['exports', 'apollo-utilities'], factory) : | ||
(factory((global.graphqlAnywhereAsync = {}),global.apollo.utilities)); | ||
}(this, (function (exports,apolloUtilities) { 'use strict'; | ||
(global = global || self, factory(global.graphqlAnywhereAsync = {}, global.apollo.utilities)); | ||
}(this, function (exports, apolloUtilities) { 'use strict'; | ||
@@ -184,3 +184,3 @@ var hasOwn = Object.prototype.hasOwnProperty; | ||
}))); | ||
})); | ||
//# sourceMappingURL=async.js.map |
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('apollo-utilities')) : | ||
typeof define === 'function' && define.amd ? define(['exports', 'apollo-utilities'], factory) : | ||
(factory((global.graphqlAnywhere = {}),global.apollo.utilities)); | ||
}(this, (function (exports,apolloUtilities) { 'use strict'; | ||
(global = global || self, factory(global.graphqlAnywhere = {}, global.apollo.utilities)); | ||
}(this, function (exports, apolloUtilities) { 'use strict'; | ||
@@ -189,3 +189,3 @@ function graphql(resolver, document, rootValue, contextValue, variableValues, execOptions) { | ||
}))); | ||
})); | ||
//# sourceMappingURL=bundle.umd.js.map |
{ | ||
"name": "graphql-anywhere", | ||
"version": "4.2.0-alpha.2", | ||
"version": "4.2.0-alpha.3", | ||
"description": "Run GraphQL queries with no schema and just one resolver", | ||
@@ -43,3 +43,3 @@ "main": "./lib/bundle.umd.js", | ||
"dependencies": { | ||
"apollo-utilities": "^1.1.0-alpha.2" | ||
"apollo-utilities": "^1.1.0-alpha.3" | ||
}, | ||
@@ -59,3 +59,3 @@ "jest": { | ||
}, | ||
"gitHead": "a3e32b0ec42d221d443b402d108b428c53975d05" | ||
"gitHead": "44927d0674e8b06486aa76f325e9e5e6cd2c4887" | ||
} |
@@ -0,0 +0,0 @@ import gql from 'graphql-tag'; |
@@ -0,0 +0,0 @@ import graphql from '../'; |
@@ -1,4 +0,5 @@ | ||
import graphql, { FragmentMatcher } from '../'; | ||
import gql from 'graphql-tag'; | ||
import graphql, { FragmentMatcher } from '../'; | ||
describe('fragment matcher', () => { | ||
@@ -5,0 +6,0 @@ it('does basic things', () => { |
@@ -0,0 +0,0 @@ import gql, { disableFragmentWarnings } from 'graphql-tag'; |
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
137629