relay-compiler 0.0.0-main-8ff54d69 → 0.0.0-main-38f1c96e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.js +23 -0
- package/index.js +19 -3
- package/linux-x64/relay +0 -0
- package/macos-x64/relay +0 -0
- package/package.json +2 -24
- package/win-x64/relay.exe +0 -0
- package/bin/RelayCompilerBin.js.flow +0 -168
- package/bin/RelayCompilerMain.js.flow +0 -515
- package/bin/__fixtures__/plugin-module.js.flow +0 -17
- package/bin/relay-compiler +0 -19068
- package/codegen/CodegenDirectory.js.flow +0 -372
- package/codegen/CodegenRunner.js.flow +0 -424
- package/codegen/CodegenTypes.js.flow +0 -28
- package/codegen/CodegenWatcher.js.flow +0 -250
- package/codegen/NormalizationCodeGenerator.js.flow +0 -566
- package/codegen/ReaderCodeGenerator.js.flow +0 -510
- package/codegen/RelayCodeGenerator.js.flow +0 -85
- package/codegen/RelayFileWriter.js.flow +0 -365
- package/codegen/SourceControl.js.flow +0 -58
- package/codegen/compileRelayArtifacts.js.flow +0 -181
- package/codegen/createPrintRequireModuleDependency.js.flow +0 -19
- package/codegen/sortObjectByKey.js.flow +0 -25
- package/codegen/writeRelayGeneratedFile.js.flow +0 -235
- package/core/ASTCache.js.flow +0 -73
- package/core/ASTConvert.js.flow +0 -230
- package/core/CompilerContext.js.flow +0 -189
- package/core/CompilerError.js.flow +0 -255
- package/core/DotGraphQLParser.js.flow +0 -37
- package/core/GraphQLCompilerProfiler.js.flow +0 -341
- package/core/GraphQLDerivedFromMetadata.js.flow +0 -36
- package/core/GraphQLWatchmanClient.js.flow +0 -109
- package/core/IR.js.flow +0 -326
- package/core/IRPrinter.js.flow +0 -472
- package/core/IRTransformer.js.flow +0 -376
- package/core/IRValidator.js.flow +0 -259
- package/core/IRVisitor.js.flow +0 -150
- package/core/JSModuleParser.js.flow +0 -24
- package/core/RelayCompilerScope.js.flow +0 -199
- package/core/RelayFindGraphQLTags.js.flow +0 -118
- package/core/RelayGraphQLEnumsGenerator.js.flow +0 -55
- package/core/RelayIRTransforms.js.flow +0 -138
- package/core/RelayParser.js.flow +0 -1741
- package/core/RelaySourceModuleParser.js.flow +0 -133
- package/core/Schema.js.flow +0 -2035
- package/core/SchemaUtils.js.flow +0 -120
- package/core/filterContextForNode.js.flow +0 -49
- package/core/getFieldDefinition.js.flow +0 -156
- package/core/getIdentifierForArgumentValue.js.flow +0 -49
- package/core/getIdentifierForSelection.js.flow +0 -68
- package/core/getLiteralArgumentValues.js.flow +0 -32
- package/core/getNormalizationOperationName.js.flow +0 -19
- package/core/inferRootArgumentDefinitions.js.flow +0 -322
- package/index.js.flow +0 -198
- package/language/RelayLanguagePluginInterface.js.flow +0 -283
- package/language/javascript/FindGraphQLTags.js.flow +0 -136
- package/language/javascript/RelayFlowBabelFactories.js.flow +0 -176
- package/language/javascript/RelayFlowGenerator.js.flow +0 -1096
- package/language/javascript/RelayFlowTypeTransformers.js.flow +0 -181
- package/language/javascript/RelayLanguagePluginJavaScript.js.flow +0 -33
- package/language/javascript/formatGeneratedModule.js.flow +0 -65
- package/lib/bin/RelayCompilerBin.js +0 -143
- package/lib/bin/RelayCompilerMain.js +0 -488
- package/lib/bin/__fixtures__/plugin-module.js +0 -16
- package/lib/codegen/CodegenDirectory.js +0 -335
- package/lib/codegen/CodegenRunner.js +0 -433
- package/lib/codegen/CodegenTypes.js +0 -11
- package/lib/codegen/CodegenWatcher.js +0 -271
- package/lib/codegen/NormalizationCodeGenerator.js +0 -487
- package/lib/codegen/ReaderCodeGenerator.js +0 -473
- package/lib/codegen/RelayCodeGenerator.js +0 -75
- package/lib/codegen/RelayFileWriter.js +0 -270
- package/lib/codegen/SourceControl.js +0 -60
- package/lib/codegen/compileRelayArtifacts.js +0 -157
- package/lib/codegen/createPrintRequireModuleDependency.js +0 -19
- package/lib/codegen/sortObjectByKey.js +0 -41
- package/lib/codegen/writeRelayGeneratedFile.js +0 -206
- package/lib/core/ASTCache.js +0 -70
- package/lib/core/ASTConvert.js +0 -198
- package/lib/core/CompilerContext.js +0 -165
- package/lib/core/CompilerError.js +0 -252
- package/lib/core/DotGraphQLParser.js +0 -40
- package/lib/core/GraphQLCompilerProfiler.js +0 -299
- package/lib/core/GraphQLDerivedFromMetadata.js +0 -31
- package/lib/core/GraphQLWatchmanClient.js +0 -150
- package/lib/core/IR.js +0 -11
- package/lib/core/IRPrinter.js +0 -388
- package/lib/core/IRTransformer.js +0 -345
- package/lib/core/IRValidator.js +0 -226
- package/lib/core/IRVisitor.js +0 -45
- package/lib/core/JSModuleParser.js +0 -18
- package/lib/core/RelayCompilerScope.js +0 -183
- package/lib/core/RelayFindGraphQLTags.js +0 -79
- package/lib/core/RelayGraphQLEnumsGenerator.js +0 -50
- package/lib/core/RelayIRTransforms.js +0 -109
- package/lib/core/RelayParser.js +0 -1381
- package/lib/core/RelaySourceModuleParser.js +0 -104
- package/lib/core/Schema.js +0 -1877
- package/lib/core/SchemaUtils.js +0 -98
- package/lib/core/filterContextForNode.js +0 -50
- package/lib/core/getFieldDefinition.js +0 -145
- package/lib/core/getIdentifierForArgumentValue.js +0 -54
- package/lib/core/getIdentifierForSelection.js +0 -49
- package/lib/core/getLiteralArgumentValues.js +0 -26
- package/lib/core/getNormalizationOperationName.js +0 -17
- package/lib/core/inferRootArgumentDefinitions.js +0 -351
- package/lib/index.js +0 -178
- package/lib/language/RelayLanguagePluginInterface.js +0 -26
- package/lib/language/javascript/FindGraphQLTags.js +0 -126
- package/lib/language/javascript/RelayFlowBabelFactories.js +0 -160
- package/lib/language/javascript/RelayFlowGenerator.js +0 -856
- package/lib/language/javascript/RelayFlowTypeTransformers.js +0 -119
- package/lib/language/javascript/RelayLanguagePluginJavaScript.js +0 -30
- package/lib/language/javascript/formatGeneratedModule.js +0 -36
- package/lib/reporters/ConsoleReporter.js +0 -61
- package/lib/reporters/MultiReporter.js +0 -45
- package/lib/reporters/Reporter.js +0 -11
- package/lib/runner/Artifacts.js +0 -323
- package/lib/runner/BufferedFilesystem.js +0 -262
- package/lib/runner/GraphQLASTNodeGroup.js +0 -256
- package/lib/runner/GraphQLASTUtils.js +0 -23
- package/lib/runner/GraphQLNodeMap.js +0 -81
- package/lib/runner/Sources.js +0 -271
- package/lib/runner/StrictMap.js +0 -134
- package/lib/runner/compileArtifacts.js +0 -39
- package/lib/runner/extractAST.js +0 -77
- package/lib/runner/getChangedNodeNames.js +0 -82
- package/lib/runner/getSchemaInstance.js +0 -30
- package/lib/runner/types.js +0 -12
- package/lib/test-utils/TestSchema.js +0 -27
- package/lib/test-utils/parseGraphQLText.js +0 -30
- package/lib/transforms/ApplyFragmentArgumentTransform.js +0 -393
- package/lib/transforms/ClientExtensionsTransform.js +0 -221
- package/lib/transforms/ConnectionTransform.js +0 -639
- package/lib/transforms/DeclarativeConnectionMutationTransform.js +0 -218
- package/lib/transforms/DeferStreamTransform.js +0 -246
- package/lib/transforms/DisallowIdAsAlias.js +0 -40
- package/lib/transforms/DisallowTypenameOnRoot.js +0 -53
- package/lib/transforms/FieldHandleTransform.js +0 -79
- package/lib/transforms/FilterCompilerDirectivesTransform.js +0 -29
- package/lib/transforms/FilterDirectivesTransform.js +0 -42
- package/lib/transforms/FlattenTransform.js +0 -306
- package/lib/transforms/GenerateIDFieldTransform.js +0 -135
- package/lib/transforms/GenerateTypeNameTransform.js +0 -149
- package/lib/transforms/InlineDataFragmentTransform.js +0 -100
- package/lib/transforms/InlineFragmentsTransform.js +0 -61
- package/lib/transforms/MaskTransform.js +0 -117
- package/lib/transforms/MatchTransform.js +0 -434
- package/lib/transforms/ReactFlightComponentTransform.js +0 -158
- package/lib/transforms/RefetchableFragmentTransform.js +0 -249
- package/lib/transforms/RelayDirectiveTransform.js +0 -83
- package/lib/transforms/RequiredFieldTransform.js +0 -369
- package/lib/transforms/SkipClientExtensionsTransform.js +0 -46
- package/lib/transforms/SkipHandleFieldTransform.js +0 -45
- package/lib/transforms/SkipRedundantNodesTransform.js +0 -261
- package/lib/transforms/SkipSplitOperationTransform.js +0 -32
- package/lib/transforms/SkipUnreachableNodeTransform.js +0 -158
- package/lib/transforms/SkipUnusedVariablesTransform.js +0 -75
- package/lib/transforms/SplitModuleImportTransform.js +0 -82
- package/lib/transforms/TestOperationTransform.js +0 -144
- package/lib/transforms/TransformUtils.js +0 -21
- package/lib/transforms/ValidateGlobalVariablesTransform.js +0 -92
- package/lib/transforms/ValidateRequiredArgumentsTransform.js +0 -114
- package/lib/transforms/ValidateServerOnlyDirectivesTransform.js +0 -108
- package/lib/transforms/ValidateUnusedVariablesTransform.js +0 -96
- package/lib/transforms/query-generators/FetchableQueryGenerator.js +0 -157
- package/lib/transforms/query-generators/NodeQueryGenerator.js +0 -166
- package/lib/transforms/query-generators/QueryQueryGenerator.js +0 -48
- package/lib/transforms/query-generators/ViewerQueryGenerator.js +0 -77
- package/lib/transforms/query-generators/index.js +0 -60
- package/lib/transforms/query-generators/utils.js +0 -92
- package/lib/util/CodeMarker.js +0 -80
- package/lib/util/DefaultHandleKey.js +0 -15
- package/lib/util/RelayCompilerCache.js +0 -97
- package/lib/util/Rollout.js +0 -40
- package/lib/util/TimeReporter.js +0 -83
- package/lib/util/areEqualArgValues.js +0 -135
- package/lib/util/argumentContainsVariables.js +0 -37
- package/lib/util/dedupeJSONStringify.js +0 -160
- package/lib/util/generateAbstractTypeRefinementKey.js +0 -24
- package/lib/util/getDefinitionNodeHash.js +0 -22
- package/lib/util/getModuleName.js +0 -32
- package/lib/util/joinArgumentDefinitions.js +0 -67
- package/lib/util/md5.js +0 -17
- package/lib/util/murmurHash.js +0 -86
- package/lib/util/nullthrowsOSS.js +0 -23
- package/lib/util/orList.js +0 -36
- package/lib/util/partitionArray.js +0 -35
- package/relay-compiler.js +0 -17
- package/relay-compiler.min.js +0 -22
- package/reporters/ConsoleReporter.js.flow +0 -81
- package/reporters/MultiReporter.js.flow +0 -43
- package/reporters/Reporter.js.flow +0 -19
- package/runner/Artifacts.js.flow +0 -215
- package/runner/BufferedFilesystem.js.flow +0 -194
- package/runner/GraphQLASTNodeGroup.js.flow +0 -174
- package/runner/GraphQLASTUtils.js.flow +0 -26
- package/runner/GraphQLNodeMap.js.flow +0 -55
- package/runner/Sources.js.flow +0 -227
- package/runner/StrictMap.js.flow +0 -96
- package/runner/compileArtifacts.js.flow +0 -75
- package/runner/extractAST.js.flow +0 -98
- package/runner/getChangedNodeNames.js.flow +0 -48
- package/runner/getSchemaInstance.js.flow +0 -36
- package/runner/types.js.flow +0 -37
- package/test-utils/TestSchema.js.flow +0 -30
- package/test-utils/parseGraphQLText.js.flow +0 -41
- package/transforms/ApplyFragmentArgumentTransform.js.flow +0 -524
- package/transforms/ClientExtensionsTransform.js.flow +0 -224
- package/transforms/ConnectionTransform.js.flow +0 -850
- package/transforms/DeclarativeConnectionMutationTransform.js.flow +0 -245
- package/transforms/DeferStreamTransform.js.flow +0 -263
- package/transforms/DisallowIdAsAlias.js.flow +0 -46
- package/transforms/DisallowTypenameOnRoot.js.flow +0 -44
- package/transforms/FieldHandleTransform.js.flow +0 -77
- package/transforms/FilterCompilerDirectivesTransform.js.flow +0 -33
- package/transforms/FilterDirectivesTransform.js.flow +0 -45
- package/transforms/FlattenTransform.js.flow +0 -458
- package/transforms/GenerateIDFieldTransform.js.flow +0 -151
- package/transforms/GenerateTypeNameTransform.js.flow +0 -159
- package/transforms/InlineDataFragmentTransform.js.flow +0 -123
- package/transforms/InlineFragmentsTransform.js.flow +0 -70
- package/transforms/MaskTransform.js.flow +0 -124
- package/transforms/MatchTransform.js.flow +0 -587
- package/transforms/ReactFlightComponentTransform.js.flow +0 -207
- package/transforms/RefetchableFragmentTransform.js.flow +0 -266
- package/transforms/RelayDirectiveTransform.js.flow +0 -96
- package/transforms/RequiredFieldTransform.js.flow +0 -413
- package/transforms/SkipClientExtensionsTransform.js.flow +0 -54
- package/transforms/SkipHandleFieldTransform.js.flow +0 -44
- package/transforms/SkipRedundantNodesTransform.js.flow +0 -277
- package/transforms/SkipSplitOperationTransform.js.flow +0 -37
- package/transforms/SkipUnreachableNodeTransform.js.flow +0 -148
- package/transforms/SkipUnusedVariablesTransform.js.flow +0 -59
- package/transforms/SplitModuleImportTransform.js.flow +0 -97
- package/transforms/TestOperationTransform.js.flow +0 -142
- package/transforms/TransformUtils.js.flow +0 -26
- package/transforms/ValidateGlobalVariablesTransform.js.flow +0 -80
- package/transforms/ValidateRequiredArgumentsTransform.js.flow +0 -130
- package/transforms/ValidateServerOnlyDirectivesTransform.js.flow +0 -128
- package/transforms/ValidateUnusedVariablesTransform.js.flow +0 -88
- package/transforms/query-generators/FetchableQueryGenerator.js.flow +0 -188
- package/transforms/query-generators/NodeQueryGenerator.js.flow +0 -217
- package/transforms/query-generators/QueryQueryGenerator.js.flow +0 -57
- package/transforms/query-generators/ViewerQueryGenerator.js.flow +0 -97
- package/transforms/query-generators/index.js.flow +0 -89
- package/transforms/query-generators/utils.js.flow +0 -76
- package/util/CodeMarker.js.flow +0 -79
- package/util/DefaultHandleKey.js.flow +0 -17
- package/util/RelayCompilerCache.js.flow +0 -86
- package/util/Rollout.js.flow +0 -39
- package/util/TimeReporter.js.flow +0 -79
- package/util/areEqualArgValues.js.flow +0 -126
- package/util/argumentContainsVariables.js.flow +0 -38
- package/util/dedupeJSONStringify.js.flow +0 -156
- package/util/generateAbstractTypeRefinementKey.js.flow +0 -29
- package/util/getDefinitionNodeHash.js.flow +0 -24
- package/util/getModuleName.js.flow +0 -39
- package/util/joinArgumentDefinitions.js.flow +0 -105
- package/util/md5.js.flow +0 -19
- package/util/murmurHash.js.flow +0 -94
- package/util/nullthrowsOSS.js.flow +0 -25
- package/util/orList.js.flow +0 -37
- package/util/partitionArray.js.flow +0 -37
@@ -1,150 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
3
|
-
*
|
4
|
-
* This source code is licensed under the MIT license found in the
|
5
|
-
* LICENSE file in the root directory of this source tree.
|
6
|
-
*
|
7
|
-
*
|
8
|
-
* @format
|
9
|
-
* @emails oncall+relay
|
10
|
-
*/
|
11
|
-
// flowlint ambiguous-object-type:error
|
12
|
-
'use strict';
|
13
|
-
|
14
|
-
var _asyncToGenerator = require("@babel/runtime/helpers/asyncToGenerator");
|
15
|
-
|
16
|
-
var childProcess = require('child_process');
|
17
|
-
|
18
|
-
var watchman = require('fb-watchman');
|
19
|
-
|
20
|
-
var MAX_ATTEMPT_LIMIT = 5;
|
21
|
-
|
22
|
-
function delay(delayMs) {
|
23
|
-
return new Promise(function (resolve) {
|
24
|
-
return setTimeout(resolve, delayMs);
|
25
|
-
});
|
26
|
-
}
|
27
|
-
|
28
|
-
var GraphQLWatchmanClient = /*#__PURE__*/function () {
|
29
|
-
GraphQLWatchmanClient.isAvailable = function isAvailable() {
|
30
|
-
return new Promise(function (resolve) {
|
31
|
-
// This command not only will verify that watchman CLI is available
|
32
|
-
// More than that `watchman version` is a command that runs on the server.
|
33
|
-
// And it can tell us that watchman is up and running
|
34
|
-
// Also `watchman version` check ``relative_root`` capability
|
35
|
-
// under the covers
|
36
|
-
var proc = childProcess.spawn('watchman', ['version']);
|
37
|
-
proc.on('error', function () {
|
38
|
-
resolve(false);
|
39
|
-
});
|
40
|
-
proc.on('close', function (code) {
|
41
|
-
resolve(code === 0);
|
42
|
-
});
|
43
|
-
});
|
44
|
-
};
|
45
|
-
|
46
|
-
function GraphQLWatchmanClient() {
|
47
|
-
var attemptLimit = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0;
|
48
|
-
this._client = new watchman.Client();
|
49
|
-
this._attemptLimit = Math.max(Math.min(MAX_ATTEMPT_LIMIT, attemptLimit), 0);
|
50
|
-
}
|
51
|
-
|
52
|
-
var _proto = GraphQLWatchmanClient.prototype;
|
53
|
-
|
54
|
-
_proto._command = function _command() {
|
55
|
-
var _this = this;
|
56
|
-
|
57
|
-
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
58
|
-
args[_key] = arguments[_key];
|
59
|
-
}
|
60
|
-
|
61
|
-
return new Promise(function (resolve, reject) {
|
62
|
-
_this._client.command(args, function (error, response) {
|
63
|
-
if (error) {
|
64
|
-
reject(error);
|
65
|
-
} else {
|
66
|
-
resolve(response);
|
67
|
-
}
|
68
|
-
});
|
69
|
-
});
|
70
|
-
};
|
71
|
-
|
72
|
-
_proto.command = /*#__PURE__*/function () {
|
73
|
-
var _command2 = _asyncToGenerator(function* () {
|
74
|
-
var attempt = 0;
|
75
|
-
|
76
|
-
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
77
|
-
args[_key2] = arguments[_key2];
|
78
|
-
}
|
79
|
-
|
80
|
-
while (true) {
|
81
|
-
try {
|
82
|
-
attempt++;
|
83
|
-
return yield this._command.apply(this, args);
|
84
|
-
} catch (error) {
|
85
|
-
if (attempt > this._attemptLimit) {
|
86
|
-
throw error;
|
87
|
-
}
|
88
|
-
|
89
|
-
yield delay(Math.pow(2, attempt) * 500);
|
90
|
-
|
91
|
-
this._client.end();
|
92
|
-
|
93
|
-
this._client = new watchman.Client();
|
94
|
-
}
|
95
|
-
}
|
96
|
-
});
|
97
|
-
|
98
|
-
function command() {
|
99
|
-
return _command2.apply(this, arguments);
|
100
|
-
}
|
101
|
-
|
102
|
-
return command;
|
103
|
-
}();
|
104
|
-
|
105
|
-
_proto.hasCapability = /*#__PURE__*/function () {
|
106
|
-
var _hasCapability = _asyncToGenerator(function* (capability) {
|
107
|
-
var resp = yield this.command('list-capabilities');
|
108
|
-
return resp.capabilities.includes(capability);
|
109
|
-
});
|
110
|
-
|
111
|
-
function hasCapability(_x) {
|
112
|
-
return _hasCapability.apply(this, arguments);
|
113
|
-
}
|
114
|
-
|
115
|
-
return hasCapability;
|
116
|
-
}();
|
117
|
-
|
118
|
-
_proto.watchProject = /*#__PURE__*/function () {
|
119
|
-
var _watchProject = _asyncToGenerator(function* (baseDir) {
|
120
|
-
var resp = yield this.command('watch-project', baseDir);
|
121
|
-
|
122
|
-
if ('warning' in resp) {
|
123
|
-
console.error('Warning:', resp.warning);
|
124
|
-
}
|
125
|
-
|
126
|
-
return {
|
127
|
-
root: resp.watch,
|
128
|
-
relativePath: resp.relative_path
|
129
|
-
};
|
130
|
-
});
|
131
|
-
|
132
|
-
function watchProject(_x2) {
|
133
|
-
return _watchProject.apply(this, arguments);
|
134
|
-
}
|
135
|
-
|
136
|
-
return watchProject;
|
137
|
-
}();
|
138
|
-
|
139
|
-
_proto.on = function on(event, callback) {
|
140
|
-
this._client.on(event, callback);
|
141
|
-
};
|
142
|
-
|
143
|
-
_proto.end = function end() {
|
144
|
-
this._client.end();
|
145
|
-
};
|
146
|
-
|
147
|
-
return GraphQLWatchmanClient;
|
148
|
-
}();
|
149
|
-
|
150
|
-
module.exports = GraphQLWatchmanClient;
|
package/lib/core/IR.js
DELETED
@@ -1,11 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
3
|
-
*
|
4
|
-
* This source code is licensed under the MIT license found in the
|
5
|
-
* LICENSE file in the root directory of this source tree.
|
6
|
-
*
|
7
|
-
*
|
8
|
-
* @format
|
9
|
-
*/
|
10
|
-
// flowlint ambiguous-object-type:error
|
11
|
-
'use strict';
|
package/lib/core/IRPrinter.js
DELETED
@@ -1,388 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
3
|
-
*
|
4
|
-
* This source code is licensed under the MIT license found in the
|
5
|
-
* LICENSE file in the root directory of this source tree.
|
6
|
-
*
|
7
|
-
*
|
8
|
-
* @format
|
9
|
-
*/
|
10
|
-
// flowlint ambiguous-object-type:error
|
11
|
-
'use strict';
|
12
|
-
|
13
|
-
var _require = require('../util/DefaultHandleKey'),
|
14
|
-
DEFAULT_HANDLE_KEY = _require.DEFAULT_HANDLE_KEY;
|
15
|
-
|
16
|
-
var invariant = require('invariant');
|
17
|
-
|
18
|
-
var INDENT = ' ';
|
19
|
-
/**
|
20
|
-
* Converts an IR node into a GraphQL string. Custom Relay
|
21
|
-
* extensions (directives) are not supported; to print fragments with
|
22
|
-
* variables or fragment spreads with arguments, transform the node
|
23
|
-
* prior to printing.
|
24
|
-
*/
|
25
|
-
|
26
|
-
function print(schema, node) {
|
27
|
-
switch (node.kind) {
|
28
|
-
case 'Fragment':
|
29
|
-
return "fragment ".concat(node.name, " on ").concat(schema.getTypeString(node.type)) + printFragmentArgumentDefinitions(schema, node.argumentDefinitions) + printDirectives(schema, node.directives) + printSelections(schema, node, '', {}) + '\n';
|
30
|
-
|
31
|
-
case 'Root':
|
32
|
-
return "".concat(node.operation, " ").concat(node.name) + printArgumentDefinitions(schema, node.argumentDefinitions) + printDirectives(schema, node.directives) + printSelections(schema, node, '', {}) + '\n';
|
33
|
-
|
34
|
-
case 'SplitOperation':
|
35
|
-
return "SplitOperation ".concat(node.name, " on ").concat(schema.getTypeString(node.type)) + printSelections(schema, node, '', {}) + '\n';
|
36
|
-
|
37
|
-
default:
|
38
|
-
node;
|
39
|
-
!false ? process.env.NODE_ENV !== "production" ? invariant(false, 'IRPrinter: Unsupported IR node `%s`.', node.kind) : invariant(false) : void 0;
|
40
|
-
}
|
41
|
-
}
|
42
|
-
|
43
|
-
function printSelections(schema, node, indent, options) {
|
44
|
-
var selections = node.selections;
|
45
|
-
|
46
|
-
if (selections == null) {
|
47
|
-
return '';
|
48
|
-
}
|
49
|
-
|
50
|
-
var printed = selections.map(function (selection) {
|
51
|
-
return printSelection(schema, selection, indent, options);
|
52
|
-
});
|
53
|
-
return printed.length ? " {\n".concat(indent + INDENT).concat(printed.join('\n' + indent + INDENT), "\n").concat(indent).concat((options === null || options === void 0 ? void 0 : options.isClientExtension) === true ? '# ' : '', "}") : '';
|
54
|
-
}
|
55
|
-
/**
|
56
|
-
* Prints a field without subselections.
|
57
|
-
*/
|
58
|
-
|
59
|
-
|
60
|
-
function printField(schema, field, options) {
|
61
|
-
var _options$parentDirect;
|
62
|
-
|
63
|
-
var parentDirectives = (_options$parentDirect = options === null || options === void 0 ? void 0 : options.parentDirectives) !== null && _options$parentDirect !== void 0 ? _options$parentDirect : '';
|
64
|
-
var isClientExtension = (options === null || options === void 0 ? void 0 : options.isClientExtension) === true;
|
65
|
-
return (isClientExtension ? '# ' : '') + (field.alias === field.name ? field.name : field.alias + ': ' + field.name) + printArguments(schema, field.args) + parentDirectives + printDirectives(schema, field.directives) + printHandles(schema, field);
|
66
|
-
}
|
67
|
-
|
68
|
-
function printSelection(schema, selection, indent, options) {
|
69
|
-
var _options$parentDirect2;
|
70
|
-
|
71
|
-
var str;
|
72
|
-
var parentDirectives = (_options$parentDirect2 = options === null || options === void 0 ? void 0 : options.parentDirectives) !== null && _options$parentDirect2 !== void 0 ? _options$parentDirect2 : '';
|
73
|
-
var isClientExtension = (options === null || options === void 0 ? void 0 : options.isClientExtension) === true;
|
74
|
-
|
75
|
-
if (selection.kind === 'LinkedField') {
|
76
|
-
str = printField(schema, selection, {
|
77
|
-
parentDirectives: parentDirectives,
|
78
|
-
isClientExtension: isClientExtension
|
79
|
-
});
|
80
|
-
str += printSelections(schema, selection, indent + INDENT, {
|
81
|
-
isClientExtension: isClientExtension
|
82
|
-
});
|
83
|
-
} else if (selection.kind === 'ModuleImport') {
|
84
|
-
str = selection.selections.map(function (matchSelection) {
|
85
|
-
return printSelection(schema, matchSelection, indent, {
|
86
|
-
parentDirectives: parentDirectives,
|
87
|
-
isClientExtension: isClientExtension
|
88
|
-
});
|
89
|
-
}).join('\n' + indent + INDENT);
|
90
|
-
} else if (selection.kind === 'ScalarField') {
|
91
|
-
str = printField(schema, selection, {
|
92
|
-
parentDirectives: parentDirectives,
|
93
|
-
isClientExtension: isClientExtension
|
94
|
-
});
|
95
|
-
} else if (selection.kind === 'InlineFragment') {
|
96
|
-
str = '';
|
97
|
-
|
98
|
-
if (isClientExtension) {
|
99
|
-
str += '# ';
|
100
|
-
}
|
101
|
-
|
102
|
-
str += '... on ' + schema.getTypeString(selection.typeCondition);
|
103
|
-
str += parentDirectives;
|
104
|
-
str += printDirectives(schema, selection.directives);
|
105
|
-
str += printSelections(schema, selection, indent + INDENT, {
|
106
|
-
isClientExtension: isClientExtension
|
107
|
-
});
|
108
|
-
} else if (selection.kind === 'FragmentSpread') {
|
109
|
-
str = '';
|
110
|
-
|
111
|
-
if (isClientExtension) {
|
112
|
-
str += '# ';
|
113
|
-
}
|
114
|
-
|
115
|
-
str += '...' + selection.name;
|
116
|
-
str += parentDirectives;
|
117
|
-
str += printFragmentArguments(schema, selection.args);
|
118
|
-
str += printDirectives(schema, selection.directives);
|
119
|
-
} else if (selection.kind === 'InlineDataFragmentSpread') {
|
120
|
-
str = "# ".concat(selection.name, " @inline") + "\n".concat(indent).concat(INDENT, "...") + parentDirectives + printSelections(schema, selection, indent + INDENT, {});
|
121
|
-
} else if (selection.kind === 'Condition') {
|
122
|
-
var value = printValue(schema, selection.condition, null); // For Flow
|
123
|
-
|
124
|
-
!(value != null) ? process.env.NODE_ENV !== "production" ? invariant(false, 'IRPrinter: Expected a variable for condition, got a literal `null`.') : invariant(false) : void 0;
|
125
|
-
var condStr = selection.passingValue ? ' @include' : ' @skip';
|
126
|
-
condStr += '(if: ' + value + ')';
|
127
|
-
condStr += parentDirectives; // For multi-selection conditions, pushes the condition down to each
|
128
|
-
|
129
|
-
var subSelections = selection.selections.map(function (sel) {
|
130
|
-
return printSelection(schema, sel, indent, {
|
131
|
-
parentDirectives: condStr,
|
132
|
-
isClientExtension: isClientExtension
|
133
|
-
});
|
134
|
-
});
|
135
|
-
str = subSelections.join('\n' + indent + INDENT);
|
136
|
-
} else if (selection.kind === 'Stream') {
|
137
|
-
var streamStr = parentDirectives;
|
138
|
-
streamStr += " @stream(label: \"".concat(selection.label, "\"");
|
139
|
-
|
140
|
-
if (selection["if"] !== null) {
|
141
|
-
var _printValue;
|
142
|
-
|
143
|
-
streamStr += ", if: ".concat((_printValue = printValue(schema, selection["if"], null)) !== null && _printValue !== void 0 ? _printValue : '');
|
144
|
-
}
|
145
|
-
|
146
|
-
if (selection.initialCount !== null) {
|
147
|
-
var _printValue2;
|
148
|
-
|
149
|
-
streamStr += ", initial_count: ".concat((_printValue2 = printValue(schema, selection.initialCount, null)) !== null && _printValue2 !== void 0 ? _printValue2 : '');
|
150
|
-
}
|
151
|
-
|
152
|
-
if (selection.useCustomizedBatch !== null) {
|
153
|
-
var _printValue3;
|
154
|
-
|
155
|
-
streamStr += ", use_customized_batch: ".concat((_printValue3 = printValue(schema, selection.useCustomizedBatch, null)) !== null && _printValue3 !== void 0 ? _printValue3 : 'false');
|
156
|
-
}
|
157
|
-
|
158
|
-
streamStr += ')';
|
159
|
-
|
160
|
-
var _subSelections = selection.selections.map(function (sel) {
|
161
|
-
return printSelection(schema, sel, indent, {
|
162
|
-
parentDirectives: streamStr,
|
163
|
-
isClientExtension: isClientExtension
|
164
|
-
});
|
165
|
-
});
|
166
|
-
|
167
|
-
str = _subSelections.join('\n' + INDENT);
|
168
|
-
} else if (selection.kind === 'Defer') {
|
169
|
-
var deferStr = parentDirectives;
|
170
|
-
deferStr += " @defer(label: \"".concat(selection.label, "\"");
|
171
|
-
|
172
|
-
if (selection["if"] !== null) {
|
173
|
-
var _printValue4;
|
174
|
-
|
175
|
-
deferStr += ", if: ".concat((_printValue4 = printValue(schema, selection["if"], null)) !== null && _printValue4 !== void 0 ? _printValue4 : '');
|
176
|
-
}
|
177
|
-
|
178
|
-
deferStr += ')';
|
179
|
-
|
180
|
-
if (selection.selections.every(function (subSelection) {
|
181
|
-
return subSelection.kind === 'InlineFragment' || subSelection.kind === 'FragmentSpread';
|
182
|
-
})) {
|
183
|
-
var _subSelections2 = selection.selections.map(function (sel) {
|
184
|
-
return printSelection(schema, sel, indent, {
|
185
|
-
parentDirectives: deferStr,
|
186
|
-
isClientExtension: isClientExtension
|
187
|
-
});
|
188
|
-
});
|
189
|
-
|
190
|
-
str = _subSelections2.join('\n' + INDENT);
|
191
|
-
} else {
|
192
|
-
str = '...' + deferStr;
|
193
|
-
str += printSelections(schema, selection, indent + INDENT, {
|
194
|
-
isClientExtension: isClientExtension
|
195
|
-
});
|
196
|
-
}
|
197
|
-
} else if (selection.kind === 'ClientExtension') {
|
198
|
-
!(isClientExtension === false) ? process.env.NODE_ENV !== "production" ? invariant(false, 'IRPrinter: Did not expect to encounter a ClientExtension node ' + 'as a descendant of another ClientExtension node.') : invariant(false) : void 0;
|
199
|
-
str = '# Client-only selections:\n' + indent + INDENT + selection.selections.map(function (sel) {
|
200
|
-
return printSelection(schema, sel, indent, {
|
201
|
-
parentDirectives: parentDirectives,
|
202
|
-
isClientExtension: true
|
203
|
-
});
|
204
|
-
}).join('\n' + indent + INDENT);
|
205
|
-
} else {
|
206
|
-
selection;
|
207
|
-
!false ? process.env.NODE_ENV !== "production" ? invariant(false, 'IRPrinter: Unknown selection kind `%s`.', selection.kind) : invariant(false) : void 0;
|
208
|
-
}
|
209
|
-
|
210
|
-
return str;
|
211
|
-
}
|
212
|
-
|
213
|
-
function printArgumentDefinitions(schema, argumentDefinitions) {
|
214
|
-
var printed = argumentDefinitions.map(function (def) {
|
215
|
-
var str = "$".concat(def.name, ": ").concat(schema.getTypeString(def.type));
|
216
|
-
|
217
|
-
if (def.defaultValue != null) {
|
218
|
-
str += ' = ' + printLiteral(schema, def.defaultValue, def.type);
|
219
|
-
}
|
220
|
-
|
221
|
-
return str;
|
222
|
-
});
|
223
|
-
return printed.length ? "(\n".concat(INDENT).concat(printed.join('\n' + INDENT), "\n)") : '';
|
224
|
-
}
|
225
|
-
|
226
|
-
function printFragmentArgumentDefinitions(schema, argumentDefinitions) {
|
227
|
-
var printed;
|
228
|
-
argumentDefinitions.forEach(function (def) {
|
229
|
-
if (def.kind !== 'LocalArgumentDefinition') {
|
230
|
-
return;
|
231
|
-
}
|
232
|
-
|
233
|
-
printed = printed || [];
|
234
|
-
var str = "".concat(def.name, ": {type: \"").concat(schema.getTypeString(def.type), "\"");
|
235
|
-
|
236
|
-
if (def.defaultValue != null) {
|
237
|
-
str += ", defaultValue: ".concat(printLiteral(schema, def.defaultValue, def.type));
|
238
|
-
}
|
239
|
-
|
240
|
-
str += '}';
|
241
|
-
printed.push(str);
|
242
|
-
});
|
243
|
-
return printed && printed.length ? " @argumentDefinitions(\n".concat(INDENT).concat(printed.join('\n' + INDENT), "\n)") : '';
|
244
|
-
}
|
245
|
-
|
246
|
-
function printHandles(schema, field) {
|
247
|
-
if (!field.handles) {
|
248
|
-
return '';
|
249
|
-
}
|
250
|
-
|
251
|
-
var printed = field.handles.map(function (handle) {
|
252
|
-
// For backward compatibility.
|
253
|
-
var key = handle.key === DEFAULT_HANDLE_KEY ? '' : ", key: \"".concat(handle.key, "\"");
|
254
|
-
var filters = handle.filters == null ? '' : ", filters: ".concat(JSON.stringify(Array.from(handle.filters).sort()));
|
255
|
-
var handleArgs = handle.handleArgs == null ? '' : ", handleArgs: ".concat(printArguments(schema, handle.handleArgs));
|
256
|
-
return "@__clientField(handle: \"".concat(handle.name, "\"").concat(key).concat(filters).concat(handleArgs, ")");
|
257
|
-
});
|
258
|
-
return printed.length ? ' ' + printed.join(' ') : '';
|
259
|
-
}
|
260
|
-
|
261
|
-
function printDirectives(schema, directives) {
|
262
|
-
var printed = directives.map(function (directive) {
|
263
|
-
return '@' + directive.name + printArguments(schema, directive.args);
|
264
|
-
});
|
265
|
-
return printed.length ? ' ' + printed.join(' ') : '';
|
266
|
-
}
|
267
|
-
|
268
|
-
function printFragmentArguments(schema, args) {
|
269
|
-
var printedArgs = printArguments(schema, args);
|
270
|
-
|
271
|
-
if (!printedArgs.length) {
|
272
|
-
return '';
|
273
|
-
}
|
274
|
-
|
275
|
-
return " @arguments".concat(printedArgs);
|
276
|
-
}
|
277
|
-
|
278
|
-
function printArguments(schema, args) {
|
279
|
-
var printed = [];
|
280
|
-
args.forEach(function (arg) {
|
281
|
-
var printedValue = printValue(schema, arg.value, arg.type);
|
282
|
-
|
283
|
-
if (printedValue != null) {
|
284
|
-
printed.push(arg.name + ': ' + printedValue);
|
285
|
-
}
|
286
|
-
});
|
287
|
-
return printed.length ? '(' + printed.join(', ') + ')' : '';
|
288
|
-
}
|
289
|
-
|
290
|
-
function printValue(schema, value, type) {
|
291
|
-
if (type != null && schema.isNonNull(type)) {
|
292
|
-
type = schema.getNullableType(type);
|
293
|
-
}
|
294
|
-
|
295
|
-
if (value.kind === 'Variable') {
|
296
|
-
return '$' + value.variableName;
|
297
|
-
} else if (value.kind === 'ObjectValue') {
|
298
|
-
var inputType = type != null ? schema.asInputObjectType(type) : null;
|
299
|
-
var pairs = value.fields.map(function (field) {
|
300
|
-
var fieldConfig = inputType != null ? schema.hasField(inputType, field.name) ? schema.getFieldConfig(schema.expectField(inputType, field.name)) : null : null;
|
301
|
-
var innerValue = printValue(schema, field.value, fieldConfig === null || fieldConfig === void 0 ? void 0 : fieldConfig.type);
|
302
|
-
return innerValue == null ? null : field.name + ': ' + innerValue;
|
303
|
-
}).filter(Boolean);
|
304
|
-
return '{' + pairs.join(', ') + '}';
|
305
|
-
} else if (value.kind === 'ListValue') {
|
306
|
-
!(type && schema.isList(type)) ? process.env.NODE_ENV !== "production" ? invariant(false, 'GraphQLIRPrinter: Need a type in order to print arrays.') : invariant(false) : void 0;
|
307
|
-
var innerType = schema.getListItemType(type);
|
308
|
-
return "[".concat(value.items.map(function (i) {
|
309
|
-
return printValue(schema, i, innerType);
|
310
|
-
}).join(', '), "]");
|
311
|
-
} else if (value.value != null) {
|
312
|
-
return printLiteral(schema, value.value, type);
|
313
|
-
} else {
|
314
|
-
return null;
|
315
|
-
}
|
316
|
-
}
|
317
|
-
|
318
|
-
function printLiteral(schema, value, type) {
|
319
|
-
if (value == null) {
|
320
|
-
var _JSON$stringify;
|
321
|
-
|
322
|
-
return (_JSON$stringify = JSON.stringify(value)) !== null && _JSON$stringify !== void 0 ? _JSON$stringify : 'null';
|
323
|
-
}
|
324
|
-
|
325
|
-
if (type != null && schema.isNonNull(type)) {
|
326
|
-
type = schema.getNullableType(type);
|
327
|
-
}
|
328
|
-
|
329
|
-
if (type && schema.isEnum(type)) {
|
330
|
-
var _JSON$stringify2;
|
331
|
-
|
332
|
-
var result = schema.serialize(schema.assertEnumType(type), value);
|
333
|
-
|
334
|
-
if (result == null && typeof value === 'string') {
|
335
|
-
// For backwards compatibility, print invalid input values as-is. This
|
336
|
-
// can occur with literals defined as an @argumentDefinitions
|
337
|
-
// defaultValue.
|
338
|
-
result = value;
|
339
|
-
}
|
340
|
-
|
341
|
-
!(typeof result === 'string') ? process.env.NODE_ENV !== "production" ? invariant(false, 'IRPrinter: Expected value of type %s to be a valid enum value, got `%s`.', schema.getTypeString(type), (_JSON$stringify2 = JSON.stringify(value)) !== null && _JSON$stringify2 !== void 0 ? _JSON$stringify2 : 'null') : invariant(false) : void 0;
|
342
|
-
return result;
|
343
|
-
} else if (type && (schema.isId(type) || schema.isInt(type))) {
|
344
|
-
var _JSON$stringify3;
|
345
|
-
|
346
|
-
return (_JSON$stringify3 = JSON.stringify(value)) !== null && _JSON$stringify3 !== void 0 ? _JSON$stringify3 : '';
|
347
|
-
} else if (type && schema.isScalar(type)) {
|
348
|
-
var _JSON$stringify4;
|
349
|
-
|
350
|
-
var _result = schema.serialize(schema.assertScalarType(type), value);
|
351
|
-
|
352
|
-
return (_JSON$stringify4 = JSON.stringify(_result)) !== null && _JSON$stringify4 !== void 0 ? _JSON$stringify4 : '';
|
353
|
-
} else if (Array.isArray(value)) {
|
354
|
-
!(type && schema.isList(type)) ? process.env.NODE_ENV !== "production" ? invariant(false, 'IRPrinter: Need a type in order to print arrays.') : invariant(false) : void 0;
|
355
|
-
var itemType = schema.getListItemType(type);
|
356
|
-
return '[' + value.map(function (item) {
|
357
|
-
return printLiteral(schema, item, itemType);
|
358
|
-
}).join(', ') + ']';
|
359
|
-
} else if (type && schema.isList(type) && value != null) {
|
360
|
-
// Not an array, but still a list. Treat as list-of-one as per spec 3.1.7:
|
361
|
-
// http://facebook.github.io/graphql/October2016/#sec-Lists
|
362
|
-
return printLiteral(schema, value, schema.getListItemType(type));
|
363
|
-
} else if (typeof value === 'object' && value != null) {
|
364
|
-
var fields = [];
|
365
|
-
!(type && schema.isInputObject(type)) ? process.env.NODE_ENV !== "production" ? invariant(false, 'IRPrinter: Need an InputObject type to print objects.') : invariant(false) : void 0;
|
366
|
-
var inputType = schema.assertInputObjectType(type);
|
367
|
-
|
368
|
-
for (var key in value) {
|
369
|
-
if (value.hasOwnProperty(key)) {
|
370
|
-
var fieldConfig = schema.getFieldConfig(schema.expectField(inputType, key));
|
371
|
-
fields.push(key + ': ' + printLiteral(schema, value[key], fieldConfig.type));
|
372
|
-
}
|
373
|
-
}
|
374
|
-
|
375
|
-
return '{' + fields.join(', ') + '}';
|
376
|
-
} else {
|
377
|
-
var _JSON$stringify5;
|
378
|
-
|
379
|
-
return (_JSON$stringify5 = JSON.stringify(value)) !== null && _JSON$stringify5 !== void 0 ? _JSON$stringify5 : 'null';
|
380
|
-
}
|
381
|
-
}
|
382
|
-
|
383
|
-
module.exports = {
|
384
|
-
print: print,
|
385
|
-
printField: printField,
|
386
|
-
printArguments: printArguments,
|
387
|
-
printDirectives: printDirectives
|
388
|
-
};
|