relay-compiler 12.0.0 → 13.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (262) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +108 -0
  3. package/cli.js +23 -0
  4. package/index.js +22 -4
  5. package/linux-x64/relay +0 -0
  6. package/macos-arm64/relay +0 -0
  7. package/macos-x64/relay +0 -0
  8. package/package.json +2 -26
  9. package/win-x64/relay.exe +0 -0
  10. package/bin/RelayCompilerBin.js.flow +0 -169
  11. package/bin/RelayCompilerMain.js.flow +0 -515
  12. package/bin/__fixtures__/plugin-module.js.flow +0 -17
  13. package/bin/relay-compiler +0 -19066
  14. package/codegen/CodegenDirectory.js.flow +0 -375
  15. package/codegen/CodegenRunner.js.flow +0 -432
  16. package/codegen/CodegenTypes.js.flow +0 -28
  17. package/codegen/CodegenWatcher.js.flow +0 -254
  18. package/codegen/NormalizationCodeGenerator.js.flow +0 -566
  19. package/codegen/ReaderCodeGenerator.js.flow +0 -512
  20. package/codegen/RelayCodeGenerator.js.flow +0 -85
  21. package/codegen/RelayFileWriter.js.flow +0 -367
  22. package/codegen/SourceControl.js.flow +0 -58
  23. package/codegen/compileRelayArtifacts.js.flow +0 -182
  24. package/codegen/createPrintRequireModuleDependency.js.flow +0 -19
  25. package/codegen/sortObjectByKey.js.flow +0 -25
  26. package/codegen/writeRelayGeneratedFile.js.flow +0 -239
  27. package/core/ASTCache.js.flow +0 -74
  28. package/core/ASTConvert.js.flow +0 -233
  29. package/core/CompilerContext.js.flow +0 -191
  30. package/core/CompilerError.js.flow +0 -255
  31. package/core/DotGraphQLParser.js.flow +0 -39
  32. package/core/GraphQLCompilerProfiler.js.flow +0 -341
  33. package/core/GraphQLDerivedFromMetadata.js.flow +0 -36
  34. package/core/GraphQLWatchmanClient.js.flow +0 -111
  35. package/core/IR.js.flow +0 -326
  36. package/core/IRPrinter.js.flow +0 -478
  37. package/core/IRTransformer.js.flow +0 -377
  38. package/core/IRValidator.js.flow +0 -260
  39. package/core/IRVisitor.js.flow +0 -150
  40. package/core/JSModuleParser.js.flow +0 -24
  41. package/core/RelayCompilerScope.js.flow +0 -199
  42. package/core/RelayFindGraphQLTags.js.flow +0 -119
  43. package/core/RelayGraphQLEnumsGenerator.js.flow +0 -55
  44. package/core/RelayIRTransforms.js.flow +0 -138
  45. package/core/RelayParser.js.flow +0 -1734
  46. package/core/RelaySourceModuleParser.js.flow +0 -135
  47. package/core/Schema.js.flow +0 -2037
  48. package/core/SchemaUtils.js.flow +0 -120
  49. package/core/filterContextForNode.js.flow +0 -50
  50. package/core/getFieldDefinition.js.flow +0 -156
  51. package/core/getIdentifierForArgumentValue.js.flow +0 -49
  52. package/core/getIdentifierForSelection.js.flow +0 -69
  53. package/core/getLiteralArgumentValues.js.flow +0 -32
  54. package/core/getNormalizationOperationName.js.flow +0 -19
  55. package/core/inferRootArgumentDefinitions.js.flow +0 -323
  56. package/index.js.flow +0 -200
  57. package/language/RelayLanguagePluginInterface.js.flow +0 -283
  58. package/language/javascript/FindGraphQLTags.js.flow +0 -137
  59. package/language/javascript/RelayFlowBabelFactories.js.flow +0 -176
  60. package/language/javascript/RelayFlowGenerator.js.flow +0 -1100
  61. package/language/javascript/RelayFlowTypeTransformers.js.flow +0 -184
  62. package/language/javascript/RelayLanguagePluginJavaScript.js.flow +0 -34
  63. package/language/javascript/formatGeneratedModule.js.flow +0 -65
  64. package/lib/bin/RelayCompilerBin.js +0 -143
  65. package/lib/bin/RelayCompilerMain.js +0 -486
  66. package/lib/bin/__fixtures__/plugin-module.js +0 -16
  67. package/lib/codegen/CodegenDirectory.js +0 -336
  68. package/lib/codegen/CodegenRunner.js +0 -433
  69. package/lib/codegen/CodegenTypes.js +0 -11
  70. package/lib/codegen/CodegenWatcher.js +0 -271
  71. package/lib/codegen/NormalizationCodeGenerator.js +0 -480
  72. package/lib/codegen/ReaderCodeGenerator.js +0 -472
  73. package/lib/codegen/RelayCodeGenerator.js +0 -68
  74. package/lib/codegen/RelayFileWriter.js +0 -270
  75. package/lib/codegen/SourceControl.js +0 -60
  76. package/lib/codegen/compileRelayArtifacts.js +0 -157
  77. package/lib/codegen/createPrintRequireModuleDependency.js +0 -19
  78. package/lib/codegen/sortObjectByKey.js +0 -41
  79. package/lib/codegen/writeRelayGeneratedFile.js +0 -208
  80. package/lib/core/ASTCache.js +0 -70
  81. package/lib/core/ASTConvert.js +0 -198
  82. package/lib/core/CompilerContext.js +0 -165
  83. package/lib/core/CompilerError.js +0 -251
  84. package/lib/core/DotGraphQLParser.js +0 -40
  85. package/lib/core/GraphQLCompilerProfiler.js +0 -299
  86. package/lib/core/GraphQLDerivedFromMetadata.js +0 -31
  87. package/lib/core/GraphQLWatchmanClient.js +0 -150
  88. package/lib/core/IR.js +0 -11
  89. package/lib/core/IRPrinter.js +0 -389
  90. package/lib/core/IRTransformer.js +0 -345
  91. package/lib/core/IRValidator.js +0 -226
  92. package/lib/core/IRVisitor.js +0 -45
  93. package/lib/core/JSModuleParser.js +0 -18
  94. package/lib/core/RelayCompilerScope.js +0 -149
  95. package/lib/core/RelayFindGraphQLTags.js +0 -79
  96. package/lib/core/RelayGraphQLEnumsGenerator.js +0 -50
  97. package/lib/core/RelayIRTransforms.js +0 -109
  98. package/lib/core/RelayParser.js +0 -1382
  99. package/lib/core/RelaySourceModuleParser.js +0 -104
  100. package/lib/core/Schema.js +0 -1877
  101. package/lib/core/SchemaUtils.js +0 -98
  102. package/lib/core/filterContextForNode.js +0 -49
  103. package/lib/core/getFieldDefinition.js +0 -145
  104. package/lib/core/getIdentifierForArgumentValue.js +0 -53
  105. package/lib/core/getIdentifierForSelection.js +0 -48
  106. package/lib/core/getLiteralArgumentValues.js +0 -26
  107. package/lib/core/getNormalizationOperationName.js +0 -17
  108. package/lib/core/inferRootArgumentDefinitions.js +0 -351
  109. package/lib/index.js +0 -178
  110. package/lib/language/RelayLanguagePluginInterface.js +0 -14
  111. package/lib/language/javascript/FindGraphQLTags.js +0 -126
  112. package/lib/language/javascript/RelayFlowBabelFactories.js +0 -160
  113. package/lib/language/javascript/RelayFlowGenerator.js +0 -857
  114. package/lib/language/javascript/RelayFlowTypeTransformers.js +0 -119
  115. package/lib/language/javascript/RelayLanguagePluginJavaScript.js +0 -30
  116. package/lib/language/javascript/formatGeneratedModule.js +0 -36
  117. package/lib/reporters/ConsoleReporter.js +0 -61
  118. package/lib/reporters/MultiReporter.js +0 -45
  119. package/lib/reporters/Reporter.js +0 -11
  120. package/lib/runner/Artifacts.js +0 -323
  121. package/lib/runner/BufferedFilesystem.js +0 -261
  122. package/lib/runner/GraphQLASTNodeGroup.js +0 -256
  123. package/lib/runner/GraphQLASTUtils.js +0 -23
  124. package/lib/runner/GraphQLNodeMap.js +0 -81
  125. package/lib/runner/Sources.js +0 -271
  126. package/lib/runner/StrictMap.js +0 -134
  127. package/lib/runner/compileArtifacts.js +0 -39
  128. package/lib/runner/extractAST.js +0 -77
  129. package/lib/runner/getChangedNodeNames.js +0 -82
  130. package/lib/runner/getSchemaInstance.js +0 -30
  131. package/lib/runner/types.js +0 -12
  132. package/lib/transforms/ApplyFragmentArgumentTransform.js +0 -393
  133. package/lib/transforms/ClientExtensionsTransform.js +0 -222
  134. package/lib/transforms/ConnectionTransform.js +0 -643
  135. package/lib/transforms/DeclarativeConnectionMutationTransform.js +0 -221
  136. package/lib/transforms/DeferStreamTransform.js +0 -247
  137. package/lib/transforms/DisallowIdAsAlias.js +0 -41
  138. package/lib/transforms/DisallowTypenameOnRoot.js +0 -53
  139. package/lib/transforms/FieldHandleTransform.js +0 -81
  140. package/lib/transforms/FilterCompilerDirectivesTransform.js +0 -29
  141. package/lib/transforms/FilterDirectivesTransform.js +0 -41
  142. package/lib/transforms/FlattenTransform.js +0 -308
  143. package/lib/transforms/GenerateIDFieldTransform.js +0 -137
  144. package/lib/transforms/GenerateTypeNameTransform.js +0 -155
  145. package/lib/transforms/InlineDataFragmentTransform.js +0 -104
  146. package/lib/transforms/InlineFragmentsTransform.js +0 -63
  147. package/lib/transforms/MaskTransform.js +0 -121
  148. package/lib/transforms/MatchTransform.js +0 -438
  149. package/lib/transforms/ReactFlightComponentTransform.js +0 -161
  150. package/lib/transforms/RefetchableFragmentTransform.js +0 -249
  151. package/lib/transforms/RelayDirectiveTransform.js +0 -85
  152. package/lib/transforms/RequiredFieldTransform.js +0 -373
  153. package/lib/transforms/SkipClientExtensionsTransform.js +0 -49
  154. package/lib/transforms/SkipHandleFieldTransform.js +0 -45
  155. package/lib/transforms/SkipRedundantNodesTransform.js +0 -255
  156. package/lib/transforms/SkipSplitOperationTransform.js +0 -32
  157. package/lib/transforms/SkipUnreachableNodeTransform.js +0 -158
  158. package/lib/transforms/SkipUnusedVariablesTransform.js +0 -74
  159. package/lib/transforms/SplitModuleImportTransform.js +0 -85
  160. package/lib/transforms/TestOperationTransform.js +0 -145
  161. package/lib/transforms/TransformUtils.js +0 -21
  162. package/lib/transforms/ValidateGlobalVariablesTransform.js +0 -91
  163. package/lib/transforms/ValidateRequiredArgumentsTransform.js +0 -118
  164. package/lib/transforms/ValidateServerOnlyDirectivesTransform.js +0 -111
  165. package/lib/transforms/ValidateUnusedVariablesTransform.js +0 -96
  166. package/lib/transforms/query-generators/FetchableQueryGenerator.js +0 -157
  167. package/lib/transforms/query-generators/NodeQueryGenerator.js +0 -166
  168. package/lib/transforms/query-generators/QueryQueryGenerator.js +0 -48
  169. package/lib/transforms/query-generators/ViewerQueryGenerator.js +0 -77
  170. package/lib/transforms/query-generators/index.js +0 -60
  171. package/lib/transforms/query-generators/utils.js +0 -92
  172. package/lib/util/CodeMarker.js +0 -80
  173. package/lib/util/DefaultHandleKey.js +0 -15
  174. package/lib/util/RelayCompilerCache.js +0 -98
  175. package/lib/util/Rollout.js +0 -40
  176. package/lib/util/TimeReporter.js +0 -83
  177. package/lib/util/areEqualArgValues.js +0 -135
  178. package/lib/util/argumentContainsVariables.js +0 -37
  179. package/lib/util/dedupeJSONStringify.js +0 -160
  180. package/lib/util/generateAbstractTypeRefinementKey.js +0 -24
  181. package/lib/util/getDefinitionNodeHash.js +0 -22
  182. package/lib/util/getModuleName.js +0 -32
  183. package/lib/util/joinArgumentDefinitions.js +0 -66
  184. package/lib/util/md5.js +0 -17
  185. package/lib/util/murmurHash.js +0 -86
  186. package/lib/util/nullthrowsOSS.js +0 -23
  187. package/lib/util/orList.js +0 -36
  188. package/lib/util/partitionArray.js +0 -35
  189. package/relay-compiler.js +0 -17
  190. package/relay-compiler.min.js +0 -22
  191. package/reporters/ConsoleReporter.js.flow +0 -81
  192. package/reporters/MultiReporter.js.flow +0 -43
  193. package/reporters/Reporter.js.flow +0 -19
  194. package/runner/Artifacts.js.flow +0 -219
  195. package/runner/BufferedFilesystem.js.flow +0 -194
  196. package/runner/GraphQLASTNodeGroup.js.flow +0 -176
  197. package/runner/GraphQLASTUtils.js.flow +0 -26
  198. package/runner/GraphQLNodeMap.js.flow +0 -55
  199. package/runner/Sources.js.flow +0 -228
  200. package/runner/StrictMap.js.flow +0 -96
  201. package/runner/compileArtifacts.js.flow +0 -76
  202. package/runner/extractAST.js.flow +0 -100
  203. package/runner/getChangedNodeNames.js.flow +0 -48
  204. package/runner/getSchemaInstance.js.flow +0 -36
  205. package/runner/types.js.flow +0 -37
  206. package/transforms/ApplyFragmentArgumentTransform.js.flow +0 -526
  207. package/transforms/ClientExtensionsTransform.js.flow +0 -226
  208. package/transforms/ConnectionTransform.js.flow +0 -859
  209. package/transforms/DeclarativeConnectionMutationTransform.js.flow +0 -250
  210. package/transforms/DeferStreamTransform.js.flow +0 -266
  211. package/transforms/DisallowIdAsAlias.js.flow +0 -48
  212. package/transforms/DisallowTypenameOnRoot.js.flow +0 -45
  213. package/transforms/FieldHandleTransform.js.flow +0 -81
  214. package/transforms/FilterCompilerDirectivesTransform.js.flow +0 -33
  215. package/transforms/FilterDirectivesTransform.js.flow +0 -45
  216. package/transforms/FlattenTransform.js.flow +0 -462
  217. package/transforms/GenerateIDFieldTransform.js.flow +0 -154
  218. package/transforms/GenerateTypeNameTransform.js.flow +0 -167
  219. package/transforms/InlineDataFragmentTransform.js.flow +0 -129
  220. package/transforms/InlineFragmentsTransform.js.flow +0 -73
  221. package/transforms/MaskTransform.js.flow +0 -130
  222. package/transforms/MatchTransform.js.flow +0 -593
  223. package/transforms/ReactFlightComponentTransform.js.flow +0 -198
  224. package/transforms/RefetchableFragmentTransform.js.flow +0 -272
  225. package/transforms/RelayDirectiveTransform.js.flow +0 -99
  226. package/transforms/RequiredFieldTransform.js.flow +0 -419
  227. package/transforms/SkipClientExtensionsTransform.js.flow +0 -57
  228. package/transforms/SkipHandleFieldTransform.js.flow +0 -45
  229. package/transforms/SkipRedundantNodesTransform.js.flow +0 -259
  230. package/transforms/SkipSplitOperationTransform.js.flow +0 -37
  231. package/transforms/SkipUnreachableNodeTransform.js.flow +0 -149
  232. package/transforms/SkipUnusedVariablesTransform.js.flow +0 -59
  233. package/transforms/SplitModuleImportTransform.js.flow +0 -101
  234. package/transforms/TestOperationTransform.js.flow +0 -143
  235. package/transforms/TransformUtils.js.flow +0 -26
  236. package/transforms/ValidateGlobalVariablesTransform.js.flow +0 -81
  237. package/transforms/ValidateRequiredArgumentsTransform.js.flow +0 -131
  238. package/transforms/ValidateServerOnlyDirectivesTransform.js.flow +0 -115
  239. package/transforms/ValidateUnusedVariablesTransform.js.flow +0 -89
  240. package/transforms/query-generators/FetchableQueryGenerator.js.flow +0 -189
  241. package/transforms/query-generators/NodeQueryGenerator.js.flow +0 -219
  242. package/transforms/query-generators/QueryQueryGenerator.js.flow +0 -57
  243. package/transforms/query-generators/ViewerQueryGenerator.js.flow +0 -97
  244. package/transforms/query-generators/index.js.flow +0 -90
  245. package/transforms/query-generators/utils.js.flow +0 -76
  246. package/util/CodeMarker.js.flow +0 -79
  247. package/util/DefaultHandleKey.js.flow +0 -17
  248. package/util/RelayCompilerCache.js.flow +0 -88
  249. package/util/Rollout.js.flow +0 -39
  250. package/util/TimeReporter.js.flow +0 -79
  251. package/util/areEqualArgValues.js.flow +0 -126
  252. package/util/argumentContainsVariables.js.flow +0 -38
  253. package/util/dedupeJSONStringify.js.flow +0 -152
  254. package/util/generateAbstractTypeRefinementKey.js.flow +0 -29
  255. package/util/getDefinitionNodeHash.js.flow +0 -25
  256. package/util/getModuleName.js.flow +0 -39
  257. package/util/joinArgumentDefinitions.js.flow +0 -105
  258. package/util/md5.js.flow +0 -22
  259. package/util/murmurHash.js.flow +0 -94
  260. package/util/nullthrowsOSS.js.flow +0 -25
  261. package/util/orList.js.flow +0 -37
  262. 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';
@@ -1,389 +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 invariant = require('invariant');
14
-
15
- var _require = require('../util/DefaultHandleKey'),
16
- DEFAULT_HANDLE_KEY = _require.DEFAULT_HANDLE_KEY;
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 += '}'; // $FlowFixMe[incompatible-use]
241
-
242
- printed.push(str);
243
- });
244
- return printed && printed.length ? " @argumentDefinitions(\n".concat(INDENT).concat(printed.join('\n' + INDENT), "\n)") : '';
245
- }
246
-
247
- function printHandles(schema, field) {
248
- if (!field.handles) {
249
- return '';
250
- }
251
-
252
- var printed = field.handles.map(function (handle) {
253
- // For backward compatibility.
254
- var key = handle.key === DEFAULT_HANDLE_KEY ? '' : ", key: \"".concat(handle.key, "\"");
255
- var filters = handle.filters == null ? '' : ", filters: ".concat(JSON.stringify(Array.from(handle.filters).sort()));
256
- var handleArgs = handle.handleArgs == null ? '' : ", handleArgs: ".concat(printArguments(schema, handle.handleArgs));
257
- return "@__clientField(handle: \"".concat(handle.name, "\"").concat(key).concat(filters).concat(handleArgs, ")");
258
- });
259
- return printed.length ? ' ' + printed.join(' ') : '';
260
- }
261
-
262
- function printDirectives(schema, directives) {
263
- var printed = directives.map(function (directive) {
264
- return '@' + directive.name + printArguments(schema, directive.args);
265
- });
266
- return printed.length ? ' ' + printed.join(' ') : '';
267
- }
268
-
269
- function printFragmentArguments(schema, args) {
270
- var printedArgs = printArguments(schema, args);
271
-
272
- if (!printedArgs.length) {
273
- return '';
274
- }
275
-
276
- return " @arguments".concat(printedArgs);
277
- }
278
-
279
- function printArguments(schema, args) {
280
- var printed = [];
281
- args.forEach(function (arg) {
282
- var printedValue = printValue(schema, arg.value, arg.type);
283
-
284
- if (printedValue != null) {
285
- printed.push(arg.name + ': ' + printedValue);
286
- }
287
- });
288
- return printed.length ? '(' + printed.join(', ') + ')' : '';
289
- }
290
-
291
- function printValue(schema, value, type) {
292
- if (type != null && schema.isNonNull(type)) {
293
- type = schema.getNullableType(type);
294
- }
295
-
296
- if (value.kind === 'Variable') {
297
- return '$' + value.variableName;
298
- } else if (value.kind === 'ObjectValue') {
299
- var inputType = type != null ? schema.asInputObjectType(type) : null;
300
- var pairs = value.fields.map(function (field) {
301
- var fieldConfig = inputType != null ? schema.hasField(inputType, field.name) ? schema.getFieldConfig(schema.expectField(inputType, field.name)) : null : null;
302
- var innerValue = printValue(schema, field.value, fieldConfig === null || fieldConfig === void 0 ? void 0 : fieldConfig.type);
303
- return innerValue == null ? null : field.name + ': ' + innerValue;
304
- }).filter(Boolean);
305
- return '{' + pairs.join(', ') + '}';
306
- } else if (value.kind === 'ListValue') {
307
- !(type && schema.isList(type)) ? process.env.NODE_ENV !== "production" ? invariant(false, 'GraphQLIRPrinter: Need a type in order to print arrays.') : invariant(false) : void 0;
308
- var innerType = schema.getListItemType(type);
309
- return "[".concat(value.items.map(function (i) {
310
- return printValue(schema, i, innerType);
311
- }).join(', '), "]");
312
- } else if (value.value != null) {
313
- return printLiteral(schema, value.value, type);
314
- } else {
315
- return null;
316
- }
317
- }
318
-
319
- function printLiteral(schema, value, type) {
320
- if (value == null) {
321
- var _JSON$stringify;
322
-
323
- return (_JSON$stringify = JSON.stringify(value)) !== null && _JSON$stringify !== void 0 ? _JSON$stringify : 'null';
324
- }
325
-
326
- if (type != null && schema.isNonNull(type)) {
327
- type = schema.getNullableType(type);
328
- }
329
-
330
- if (type && schema.isEnum(type)) {
331
- var _JSON$stringify2;
332
-
333
- var result = schema.serialize(schema.assertEnumType(type), value);
334
-
335
- if (result == null && typeof value === 'string') {
336
- // For backwards compatibility, print invalid input values as-is. This
337
- // can occur with literals defined as an @argumentDefinitions
338
- // defaultValue.
339
- result = value;
340
- }
341
-
342
- !(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;
343
- return result;
344
- } else if (type && (schema.isId(type) || schema.isInt(type))) {
345
- var _JSON$stringify3;
346
-
347
- return (_JSON$stringify3 = JSON.stringify(value)) !== null && _JSON$stringify3 !== void 0 ? _JSON$stringify3 : '';
348
- } else if (type && schema.isScalar(type)) {
349
- var _JSON$stringify4;
350
-
351
- var _result = schema.serialize(schema.assertScalarType(type), value);
352
-
353
- return (_JSON$stringify4 = JSON.stringify(_result)) !== null && _JSON$stringify4 !== void 0 ? _JSON$stringify4 : '';
354
- } else if (Array.isArray(value)) {
355
- !(type && schema.isList(type)) ? process.env.NODE_ENV !== "production" ? invariant(false, 'IRPrinter: Need a type in order to print arrays.') : invariant(false) : void 0;
356
- var itemType = schema.getListItemType(type);
357
- return '[' + value.map(function (item) {
358
- return printLiteral(schema, item, itemType);
359
- }).join(', ') + ']';
360
- } else if (type && schema.isList(type) && value != null) {
361
- // Not an array, but still a list. Treat as list-of-one as per spec 3.1.7:
362
- // http://facebook.github.io/graphql/October2016/#sec-Lists
363
- return printLiteral(schema, value, schema.getListItemType(type));
364
- } else if (typeof value === 'object' && value != null) {
365
- var fields = [];
366
- !(type && schema.isInputObject(type)) ? process.env.NODE_ENV !== "production" ? invariant(false, 'IRPrinter: Need an InputObject type to print objects.') : invariant(false) : void 0;
367
- var inputType = schema.assertInputObjectType(type);
368
-
369
- for (var key in value) {
370
- if (value.hasOwnProperty(key)) {
371
- var fieldConfig = schema.getFieldConfig(schema.expectField(inputType, key));
372
- fields.push(key + ': ' + printLiteral(schema, value[key], fieldConfig.type));
373
- }
374
- }
375
-
376
- return '{' + fields.join(', ') + '}';
377
- } else {
378
- var _JSON$stringify5;
379
-
380
- return (_JSON$stringify5 = JSON.stringify(value)) !== null && _JSON$stringify5 !== void 0 ? _JSON$stringify5 : 'null';
381
- }
382
- }
383
-
384
- module.exports = {
385
- print: print,
386
- printField: printField,
387
- printArguments: printArguments,
388
- printDirectives: printDirectives
389
- };