@graphql-tools/url-loader
Advanced tools
Comparing version 5.0.1-alpha-78275ec.0 to 5.0.1-alpha-8b79332.0
@@ -25,3 +25,3 @@ 'use strict'; | ||
const graphql = require('graphql'); | ||
const common = require('@graphql-tools/common'); | ||
const utils = require('@graphql-tools/utils'); | ||
const validUrl = require('valid-url'); | ||
@@ -99,3 +99,3 @@ const crossFetch = require('cross-fetch'); | ||
const remoteExecutableSchema = schemaStitching.makeRemoteExecutableSchema({ | ||
schema: common.printSchemaWithDirectives(clientSchema, options), | ||
schema: utils.printSchemaWithDirectives(clientSchema, options), | ||
executor, | ||
@@ -102,0 +102,0 @@ }); |
import { IntrospectionOptions } from 'graphql'; | ||
import { SchemaPointerSingle, Source, DocumentLoader, SingleFileOptions } from '@graphql-tools/common'; | ||
import { SchemaPointerSingle, Source, DocumentLoader, SingleFileOptions } from '@graphql-tools/utils'; | ||
export declare type FetchFn = typeof import('cross-fetch').fetch; | ||
@@ -4,0 +4,0 @@ declare type Headers = Record<string, string> | Array<Record<string, string>>; |
import { parse, getIntrospectionQuery, buildClientSchema, print } from 'graphql'; | ||
import { printSchemaWithDirectives } from '@graphql-tools/common'; | ||
import { printSchemaWithDirectives } from '@graphql-tools/utils'; | ||
import { isWebUri } from 'valid-url'; | ||
@@ -4,0 +4,0 @@ import { fetch } from 'cross-fetch'; |
{ | ||
"name": "@graphql-tools/url-loader", | ||
"version": "5.0.1-alpha-78275ec.0", | ||
"version": "5.0.1-alpha-8b79332.0", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -9,5 +9,5 @@ "peerDependencies": { | ||
"dependencies": { | ||
"@graphql-tools/common": "5.0.1-alpha-78275ec.0", | ||
"@graphql-tools/utils": "5.0.1-alpha-8b79332.0", | ||
"cross-fetch": "3.0.4", | ||
"@graphql-tools/schema-stitching": "5.0.1-alpha-78275ec.0", | ||
"@graphql-tools/schema-stitching": "5.0.1-alpha-8b79332.0", | ||
"tslib": "1.11.1", | ||
@@ -14,0 +14,0 @@ "valid-url": "1.0.9" |
Sorry, the diff of this file is not supported yet
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
21620
+ Added@graphql-tools/schema-stitching@5.0.1-alpha-8b79332.0(transitive)
+ Added@graphql-tools/utils@5.0.1-alpha-8b79332.0(transitive)
- Removed@graphql-tools/common@5.0.1-alpha-78275ec.0(transitive)
- Removed@graphql-tools/schema-stitching@5.0.1-alpha-78275ec.0(transitive)
Updated@graphql-tools/schema-stitching@5.0.1-alpha-8b79332.0