@graphql-tools/stitching-directives 2.1.1 → 3.0.0-alpha-24ba9af0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
- package/es5/README.md +0 -7
- package/es5/defaultStitchingDirectiveOptions.d.ts +0 -2
- package/es5/extractVariables.d.ts +0 -7
- package/es5/federationToStitchingSDL.d.ts +0 -2
- package/es5/getSourcePaths.d.ts +0 -3
- package/es5/index.d.ts +0 -3
- package/es5/index.js +0 -1196
- package/es5/index.mjs +0 -1191
- package/es5/package.json +0 -36
- package/es5/parseMergeArgsExpr.d.ts +0 -3
- package/es5/pathsFromSelectionSet.d.ts +0 -2
- package/es5/preparseMergeArgsExpr.d.ts +0 -6
- package/es5/properties.d.ts +0 -5
- package/es5/stitchingDirectives.d.ts +0 -19
- package/es5/stitchingDirectivesTransformer.d.ts +0 -3
- package/es5/stitchingDirectivesValidator.d.ts +0 -3
- package/es5/types.d.ts +0 -35
package/package.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-tools/stitching-directives",
|
3
|
-
"version": "
|
3
|
+
"version": "3.0.0-alpha-24ba9af0.0",
|
4
4
|
"description": "A set of utils for faster development of GraphQL tools",
|
5
5
|
"sideEffects": false,
|
6
6
|
"peerDependencies": {
|
7
7
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
|
8
8
|
},
|
9
9
|
"dependencies": {
|
10
|
-
"@graphql-tools/delegate": "
|
11
|
-
"@graphql-tools/utils": "
|
10
|
+
"@graphql-tools/delegate": "9.0.0-alpha-24ba9af0.0",
|
11
|
+
"@graphql-tools/utils": "9.0.0-alpha-24ba9af0.0",
|
12
12
|
"tslib": "~2.3.0"
|
13
13
|
},
|
14
14
|
"repository": {
|
package/es5/README.md
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
Check API Reference for more information about this package;
|
2
|
-
https://www.graphql-tools.com/docs/api/modules/stitching_directives_src
|
3
|
-
|
4
|
-
You can also learn more about Schema Stitching Directives in this chapter;
|
5
|
-
https://www.graphql-tools.com/docs/stitch-directives-sdl
|
6
|
-
|
7
|
-
|
package/es5/getSourcePaths.d.ts
DELETED
package/es5/index.d.ts
DELETED