relay-compiler 11.0.2 → 13.0.0-rc.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (261) hide show
  1. package/README.md +108 -0
  2. package/cli.js +23 -0
  3. package/index.js +22 -4
  4. package/linux-x64/relay +0 -0
  5. package/macos-arm64/relay +0 -0
  6. package/macos-x64/relay +0 -0
  7. package/package.json +2 -26
  8. package/win-x64/relay.exe +0 -0
  9. package/bin/RelayCompilerBin.js.flow +0 -169
  10. package/bin/RelayCompilerMain.js.flow +0 -515
  11. package/bin/__fixtures__/plugin-module.js.flow +0 -17
  12. package/bin/relay-compiler +0 -19008
  13. package/codegen/CodegenDirectory.js.flow +0 -375
  14. package/codegen/CodegenRunner.js.flow +0 -432
  15. package/codegen/CodegenTypes.js.flow +0 -28
  16. package/codegen/CodegenWatcher.js.flow +0 -254
  17. package/codegen/NormalizationCodeGenerator.js.flow +0 -571
  18. package/codegen/ReaderCodeGenerator.js.flow +0 -512
  19. package/codegen/RelayCodeGenerator.js.flow +0 -85
  20. package/codegen/RelayFileWriter.js.flow +0 -367
  21. package/codegen/SourceControl.js.flow +0 -58
  22. package/codegen/compileRelayArtifacts.js.flow +0 -182
  23. package/codegen/createPrintRequireModuleDependency.js.flow +0 -21
  24. package/codegen/sortObjectByKey.js.flow +0 -25
  25. package/codegen/writeRelayGeneratedFile.js.flow +0 -239
  26. package/core/ASTCache.js.flow +0 -74
  27. package/core/ASTConvert.js.flow +0 -233
  28. package/core/CompilerContext.js.flow +0 -191
  29. package/core/CompilerError.js.flow +0 -255
  30. package/core/DotGraphQLParser.js.flow +0 -39
  31. package/core/GraphQLCompilerProfiler.js.flow +0 -341
  32. package/core/GraphQLDerivedFromMetadata.js.flow +0 -36
  33. package/core/GraphQLWatchmanClient.js.flow +0 -111
  34. package/core/IR.js.flow +0 -326
  35. package/core/IRPrinter.js.flow +0 -478
  36. package/core/IRTransformer.js.flow +0 -377
  37. package/core/IRValidator.js.flow +0 -260
  38. package/core/IRVisitor.js.flow +0 -150
  39. package/core/JSModuleParser.js.flow +0 -24
  40. package/core/RelayCompilerScope.js.flow +0 -199
  41. package/core/RelayFindGraphQLTags.js.flow +0 -119
  42. package/core/RelayGraphQLEnumsGenerator.js.flow +0 -55
  43. package/core/RelayIRTransforms.js.flow +0 -138
  44. package/core/RelayParser.js.flow +0 -1734
  45. package/core/RelaySourceModuleParser.js.flow +0 -135
  46. package/core/Schema.js.flow +0 -2037
  47. package/core/SchemaUtils.js.flow +0 -120
  48. package/core/filterContextForNode.js.flow +0 -50
  49. package/core/getFieldDefinition.js.flow +0 -156
  50. package/core/getIdentifierForArgumentValue.js.flow +0 -49
  51. package/core/getIdentifierForSelection.js.flow +0 -69
  52. package/core/getLiteralArgumentValues.js.flow +0 -32
  53. package/core/getNormalizationOperationName.js.flow +0 -19
  54. package/core/inferRootArgumentDefinitions.js.flow +0 -323
  55. package/index.js.flow +0 -200
  56. package/language/RelayLanguagePluginInterface.js.flow +0 -283
  57. package/language/javascript/FindGraphQLTags.js.flow +0 -137
  58. package/language/javascript/RelayFlowBabelFactories.js.flow +0 -176
  59. package/language/javascript/RelayFlowGenerator.js.flow +0 -1100
  60. package/language/javascript/RelayFlowTypeTransformers.js.flow +0 -184
  61. package/language/javascript/RelayLanguagePluginJavaScript.js.flow +0 -34
  62. package/language/javascript/formatGeneratedModule.js.flow +0 -65
  63. package/lib/bin/RelayCompilerBin.js +0 -143
  64. package/lib/bin/RelayCompilerMain.js +0 -486
  65. package/lib/bin/__fixtures__/plugin-module.js +0 -16
  66. package/lib/codegen/CodegenDirectory.js +0 -336
  67. package/lib/codegen/CodegenRunner.js +0 -433
  68. package/lib/codegen/CodegenTypes.js +0 -11
  69. package/lib/codegen/CodegenWatcher.js +0 -271
  70. package/lib/codegen/NormalizationCodeGenerator.js +0 -481
  71. package/lib/codegen/ReaderCodeGenerator.js +0 -472
  72. package/lib/codegen/RelayCodeGenerator.js +0 -68
  73. package/lib/codegen/RelayFileWriter.js +0 -270
  74. package/lib/codegen/SourceControl.js +0 -60
  75. package/lib/codegen/compileRelayArtifacts.js +0 -157
  76. package/lib/codegen/createPrintRequireModuleDependency.js +0 -19
  77. package/lib/codegen/sortObjectByKey.js +0 -41
  78. package/lib/codegen/writeRelayGeneratedFile.js +0 -208
  79. package/lib/core/ASTCache.js +0 -70
  80. package/lib/core/ASTConvert.js +0 -198
  81. package/lib/core/CompilerContext.js +0 -165
  82. package/lib/core/CompilerError.js +0 -251
  83. package/lib/core/DotGraphQLParser.js +0 -40
  84. package/lib/core/GraphQLCompilerProfiler.js +0 -299
  85. package/lib/core/GraphQLDerivedFromMetadata.js +0 -31
  86. package/lib/core/GraphQLWatchmanClient.js +0 -150
  87. package/lib/core/IR.js +0 -11
  88. package/lib/core/IRPrinter.js +0 -389
  89. package/lib/core/IRTransformer.js +0 -345
  90. package/lib/core/IRValidator.js +0 -226
  91. package/lib/core/IRVisitor.js +0 -45
  92. package/lib/core/JSModuleParser.js +0 -18
  93. package/lib/core/RelayCompilerScope.js +0 -149
  94. package/lib/core/RelayFindGraphQLTags.js +0 -79
  95. package/lib/core/RelayGraphQLEnumsGenerator.js +0 -50
  96. package/lib/core/RelayIRTransforms.js +0 -109
  97. package/lib/core/RelayParser.js +0 -1382
  98. package/lib/core/RelaySourceModuleParser.js +0 -104
  99. package/lib/core/Schema.js +0 -1877
  100. package/lib/core/SchemaUtils.js +0 -98
  101. package/lib/core/filterContextForNode.js +0 -49
  102. package/lib/core/getFieldDefinition.js +0 -145
  103. package/lib/core/getIdentifierForArgumentValue.js +0 -53
  104. package/lib/core/getIdentifierForSelection.js +0 -48
  105. package/lib/core/getLiteralArgumentValues.js +0 -26
  106. package/lib/core/getNormalizationOperationName.js +0 -17
  107. package/lib/core/inferRootArgumentDefinitions.js +0 -351
  108. package/lib/index.js +0 -178
  109. package/lib/language/RelayLanguagePluginInterface.js +0 -14
  110. package/lib/language/javascript/FindGraphQLTags.js +0 -126
  111. package/lib/language/javascript/RelayFlowBabelFactories.js +0 -160
  112. package/lib/language/javascript/RelayFlowGenerator.js +0 -857
  113. package/lib/language/javascript/RelayFlowTypeTransformers.js +0 -119
  114. package/lib/language/javascript/RelayLanguagePluginJavaScript.js +0 -30
  115. package/lib/language/javascript/formatGeneratedModule.js +0 -36
  116. package/lib/reporters/ConsoleReporter.js +0 -61
  117. package/lib/reporters/MultiReporter.js +0 -45
  118. package/lib/reporters/Reporter.js +0 -11
  119. package/lib/runner/Artifacts.js +0 -323
  120. package/lib/runner/BufferedFilesystem.js +0 -261
  121. package/lib/runner/GraphQLASTNodeGroup.js +0 -256
  122. package/lib/runner/GraphQLASTUtils.js +0 -23
  123. package/lib/runner/GraphQLNodeMap.js +0 -81
  124. package/lib/runner/Sources.js +0 -271
  125. package/lib/runner/StrictMap.js +0 -134
  126. package/lib/runner/compileArtifacts.js +0 -39
  127. package/lib/runner/extractAST.js +0 -77
  128. package/lib/runner/getChangedNodeNames.js +0 -82
  129. package/lib/runner/getSchemaInstance.js +0 -30
  130. package/lib/runner/types.js +0 -12
  131. package/lib/transforms/ApplyFragmentArgumentTransform.js +0 -393
  132. package/lib/transforms/ClientExtensionsTransform.js +0 -221
  133. package/lib/transforms/ConnectionTransform.js +0 -639
  134. package/lib/transforms/DeclarativeConnectionMutationTransform.js +0 -218
  135. package/lib/transforms/DeferStreamTransform.js +0 -246
  136. package/lib/transforms/DisallowIdAsAlias.js +0 -40
  137. package/lib/transforms/DisallowTypenameOnRoot.js +0 -53
  138. package/lib/transforms/FieldHandleTransform.js +0 -79
  139. package/lib/transforms/FilterCompilerDirectivesTransform.js +0 -29
  140. package/lib/transforms/FilterDirectivesTransform.js +0 -41
  141. package/lib/transforms/FlattenTransform.js +0 -306
  142. package/lib/transforms/GenerateIDFieldTransform.js +0 -135
  143. package/lib/transforms/GenerateTypeNameTransform.js +0 -149
  144. package/lib/transforms/InlineDataFragmentTransform.js +0 -100
  145. package/lib/transforms/InlineFragmentsTransform.js +0 -61
  146. package/lib/transforms/MaskTransform.js +0 -117
  147. package/lib/transforms/MatchTransform.js +0 -434
  148. package/lib/transforms/ReactFlightComponentTransform.js +0 -158
  149. package/lib/transforms/RefetchableFragmentTransform.js +0 -249
  150. package/lib/transforms/RelayDirectiveTransform.js +0 -83
  151. package/lib/transforms/RequiredFieldTransform.js +0 -369
  152. package/lib/transforms/SkipClientExtensionsTransform.js +0 -46
  153. package/lib/transforms/SkipHandleFieldTransform.js +0 -44
  154. package/lib/transforms/SkipRedundantNodesTransform.js +0 -254
  155. package/lib/transforms/SkipSplitOperationTransform.js +0 -32
  156. package/lib/transforms/SkipUnreachableNodeTransform.js +0 -158
  157. package/lib/transforms/SkipUnusedVariablesTransform.js +0 -74
  158. package/lib/transforms/SplitModuleImportTransform.js +0 -82
  159. package/lib/transforms/TestOperationTransform.js +0 -144
  160. package/lib/transforms/TransformUtils.js +0 -21
  161. package/lib/transforms/ValidateGlobalVariablesTransform.js +0 -91
  162. package/lib/transforms/ValidateRequiredArgumentsTransform.js +0 -114
  163. package/lib/transforms/ValidateServerOnlyDirectivesTransform.js +0 -108
  164. package/lib/transforms/ValidateUnusedVariablesTransform.js +0 -96
  165. package/lib/transforms/query-generators/FetchableQueryGenerator.js +0 -157
  166. package/lib/transforms/query-generators/NodeQueryGenerator.js +0 -166
  167. package/lib/transforms/query-generators/QueryQueryGenerator.js +0 -48
  168. package/lib/transforms/query-generators/ViewerQueryGenerator.js +0 -77
  169. package/lib/transforms/query-generators/index.js +0 -60
  170. package/lib/transforms/query-generators/utils.js +0 -92
  171. package/lib/util/CodeMarker.js +0 -80
  172. package/lib/util/DefaultHandleKey.js +0 -15
  173. package/lib/util/RelayCompilerCache.js +0 -98
  174. package/lib/util/Rollout.js +0 -40
  175. package/lib/util/TimeReporter.js +0 -83
  176. package/lib/util/areEqualArgValues.js +0 -134
  177. package/lib/util/argumentContainsVariables.js +0 -37
  178. package/lib/util/dedupeJSONStringify.js +0 -160
  179. package/lib/util/generateAbstractTypeRefinementKey.js +0 -24
  180. package/lib/util/getDefinitionNodeHash.js +0 -22
  181. package/lib/util/getModuleName.js +0 -32
  182. package/lib/util/joinArgumentDefinitions.js +0 -66
  183. package/lib/util/md5.js +0 -17
  184. package/lib/util/murmurHash.js +0 -86
  185. package/lib/util/nullthrowsOSS.js +0 -23
  186. package/lib/util/orList.js +0 -36
  187. package/lib/util/partitionArray.js +0 -35
  188. package/relay-compiler.js +0 -17
  189. package/relay-compiler.min.js +0 -22
  190. package/reporters/ConsoleReporter.js.flow +0 -81
  191. package/reporters/MultiReporter.js.flow +0 -43
  192. package/reporters/Reporter.js.flow +0 -19
  193. package/runner/Artifacts.js.flow +0 -219
  194. package/runner/BufferedFilesystem.js.flow +0 -194
  195. package/runner/GraphQLASTNodeGroup.js.flow +0 -176
  196. package/runner/GraphQLASTUtils.js.flow +0 -26
  197. package/runner/GraphQLNodeMap.js.flow +0 -55
  198. package/runner/Sources.js.flow +0 -228
  199. package/runner/StrictMap.js.flow +0 -96
  200. package/runner/compileArtifacts.js.flow +0 -76
  201. package/runner/extractAST.js.flow +0 -100
  202. package/runner/getChangedNodeNames.js.flow +0 -48
  203. package/runner/getSchemaInstance.js.flow +0 -36
  204. package/runner/types.js.flow +0 -37
  205. package/transforms/ApplyFragmentArgumentTransform.js.flow +0 -526
  206. package/transforms/ClientExtensionsTransform.js.flow +0 -225
  207. package/transforms/ConnectionTransform.js.flow +0 -855
  208. package/transforms/DeclarativeConnectionMutationTransform.js.flow +0 -247
  209. package/transforms/DeferStreamTransform.js.flow +0 -265
  210. package/transforms/DisallowIdAsAlias.js.flow +0 -47
  211. package/transforms/DisallowTypenameOnRoot.js.flow +0 -45
  212. package/transforms/FieldHandleTransform.js.flow +0 -79
  213. package/transforms/FilterCompilerDirectivesTransform.js.flow +0 -33
  214. package/transforms/FilterDirectivesTransform.js.flow +0 -45
  215. package/transforms/FlattenTransform.js.flow +0 -460
  216. package/transforms/GenerateIDFieldTransform.js.flow +0 -152
  217. package/transforms/GenerateTypeNameTransform.js.flow +0 -161
  218. package/transforms/InlineDataFragmentTransform.js.flow +0 -125
  219. package/transforms/InlineFragmentsTransform.js.flow +0 -71
  220. package/transforms/MaskTransform.js.flow +0 -126
  221. package/transforms/MatchTransform.js.flow +0 -589
  222. package/transforms/ReactFlightComponentTransform.js.flow +0 -195
  223. package/transforms/RefetchableFragmentTransform.js.flow +0 -272
  224. package/transforms/RelayDirectiveTransform.js.flow +0 -97
  225. package/transforms/RequiredFieldTransform.js.flow +0 -415
  226. package/transforms/SkipClientExtensionsTransform.js.flow +0 -54
  227. package/transforms/SkipHandleFieldTransform.js.flow +0 -44
  228. package/transforms/SkipRedundantNodesTransform.js.flow +0 -258
  229. package/transforms/SkipSplitOperationTransform.js.flow +0 -37
  230. package/transforms/SkipUnreachableNodeTransform.js.flow +0 -149
  231. package/transforms/SkipUnusedVariablesTransform.js.flow +0 -59
  232. package/transforms/SplitModuleImportTransform.js.flow +0 -98
  233. package/transforms/TestOperationTransform.js.flow +0 -142
  234. package/transforms/TransformUtils.js.flow +0 -26
  235. package/transforms/ValidateGlobalVariablesTransform.js.flow +0 -81
  236. package/transforms/ValidateRequiredArgumentsTransform.js.flow +0 -127
  237. package/transforms/ValidateServerOnlyDirectivesTransform.js.flow +0 -112
  238. package/transforms/ValidateUnusedVariablesTransform.js.flow +0 -89
  239. package/transforms/query-generators/FetchableQueryGenerator.js.flow +0 -189
  240. package/transforms/query-generators/NodeQueryGenerator.js.flow +0 -219
  241. package/transforms/query-generators/QueryQueryGenerator.js.flow +0 -57
  242. package/transforms/query-generators/ViewerQueryGenerator.js.flow +0 -97
  243. package/transforms/query-generators/index.js.flow +0 -90
  244. package/transforms/query-generators/utils.js.flow +0 -76
  245. package/util/CodeMarker.js.flow +0 -79
  246. package/util/DefaultHandleKey.js.flow +0 -17
  247. package/util/RelayCompilerCache.js.flow +0 -88
  248. package/util/Rollout.js.flow +0 -39
  249. package/util/TimeReporter.js.flow +0 -79
  250. package/util/areEqualArgValues.js.flow +0 -125
  251. package/util/argumentContainsVariables.js.flow +0 -38
  252. package/util/dedupeJSONStringify.js.flow +0 -152
  253. package/util/generateAbstractTypeRefinementKey.js.flow +0 -29
  254. package/util/getDefinitionNodeHash.js.flow +0 -25
  255. package/util/getModuleName.js.flow +0 -39
  256. package/util/joinArgumentDefinitions.js.flow +0 -105
  257. package/util/md5.js.flow +0 -22
  258. package/util/murmurHash.js.flow +0 -94
  259. package/util/nullthrowsOSS.js.flow +0 -25
  260. package/util/orList.js.flow +0 -37
  261. package/util/partitionArray.js.flow +0 -37
@@ -1,478 +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
- * @flow
8
- * @format
9
- */
10
-
11
- // flowlint ambiguous-object-type:error
12
-
13
- 'use strict';
14
-
15
- const invariant = require('invariant');
16
-
17
- const {DEFAULT_HANDLE_KEY} = require('../util/DefaultHandleKey');
18
-
19
- import type {CompilerContextDocument} from './CompilerContext';
20
- import type {
21
- Argument,
22
- ArgumentDefinition,
23
- ArgumentValue,
24
- Directive,
25
- Field,
26
- LocalArgumentDefinition,
27
- Node,
28
- Selection,
29
- } from './IR';
30
- import type {Schema, TypeID} from './Schema';
31
-
32
- const INDENT = ' ';
33
-
34
- /**
35
- * Converts an IR node into a GraphQL string. Custom Relay
36
- * extensions (directives) are not supported; to print fragments with
37
- * variables or fragment spreads with arguments, transform the node
38
- * prior to printing.
39
- */
40
- function print(schema: Schema, node: CompilerContextDocument): string {
41
- switch (node.kind) {
42
- case 'Fragment':
43
- return (
44
- `fragment ${node.name} on ${schema.getTypeString(node.type)}` +
45
- printFragmentArgumentDefinitions(schema, node.argumentDefinitions) +
46
- printDirectives(schema, node.directives) +
47
- printSelections(schema, node, '', {}) +
48
- '\n'
49
- );
50
- case 'Root':
51
- return (
52
- `${node.operation} ${node.name}` +
53
- printArgumentDefinitions(schema, node.argumentDefinitions) +
54
- printDirectives(schema, node.directives) +
55
- printSelections(schema, node, '', {}) +
56
- '\n'
57
- );
58
- case 'SplitOperation':
59
- return (
60
- `SplitOperation ${node.name} on ${schema.getTypeString(node.type)}` +
61
- printSelections(schema, node, '', {}) +
62
- '\n'
63
- );
64
- default:
65
- (node: empty);
66
- invariant(false, 'IRPrinter: Unsupported IR node `%s`.', node.kind);
67
- }
68
- }
69
-
70
- function printSelections(
71
- schema: Schema,
72
- node: Node,
73
- indent: string,
74
- options?: {
75
- parentDirectives?: string,
76
- isClientExtension?: boolean,
77
- ...
78
- },
79
- ): string {
80
- const selections = node.selections;
81
- if (selections == null) {
82
- return '';
83
- }
84
- const printed = selections.map(selection =>
85
- printSelection(schema, selection, indent, options),
86
- );
87
- return printed.length
88
- ? ` {\n${indent + INDENT}${printed.join(
89
- '\n' + indent + INDENT,
90
- )}\n${indent}${options?.isClientExtension === true ? '# ' : ''}}`
91
- : '';
92
- }
93
-
94
- /**
95
- * Prints a field without subselections.
96
- */
97
- function printField(
98
- schema: Schema,
99
- field: Field,
100
- options?: {
101
- parentDirectives?: string,
102
- isClientExtension?: boolean,
103
- ...
104
- },
105
- ): string {
106
- const parentDirectives = options?.parentDirectives ?? '';
107
- const isClientExtension = options?.isClientExtension === true;
108
- return (
109
- (isClientExtension ? '# ' : '') +
110
- (field.alias === field.name
111
- ? field.name
112
- : field.alias + ': ' + field.name) +
113
- printArguments(schema, field.args) +
114
- parentDirectives +
115
- printDirectives(schema, field.directives) +
116
- printHandles(schema, field)
117
- );
118
- }
119
-
120
- function printSelection(
121
- schema: Schema,
122
- selection: Selection,
123
- indent: string,
124
- options?: {
125
- parentDirectives?: string,
126
- isClientExtension?: boolean,
127
- ...
128
- },
129
- ): string {
130
- let str;
131
- const parentDirectives = options?.parentDirectives ?? '';
132
- const isClientExtension = options?.isClientExtension === true;
133
- if (selection.kind === 'LinkedField') {
134
- str = printField(schema, selection, {parentDirectives, isClientExtension});
135
- str += printSelections(schema, selection, indent + INDENT, {
136
- isClientExtension,
137
- });
138
- } else if (selection.kind === 'ModuleImport') {
139
- str = selection.selections
140
- .map(matchSelection =>
141
- printSelection(schema, matchSelection, indent, {
142
- parentDirectives,
143
- isClientExtension,
144
- }),
145
- )
146
- .join('\n' + indent + INDENT);
147
- } else if (selection.kind === 'ScalarField') {
148
- str = printField(schema, selection, {parentDirectives, isClientExtension});
149
- } else if (selection.kind === 'InlineFragment') {
150
- str = '';
151
- if (isClientExtension) {
152
- str += '# ';
153
- }
154
- str += '... on ' + schema.getTypeString(selection.typeCondition);
155
- str += parentDirectives;
156
- str += printDirectives(schema, selection.directives);
157
- str += printSelections(schema, selection, indent + INDENT, {
158
- isClientExtension,
159
- });
160
- } else if (selection.kind === 'FragmentSpread') {
161
- str = '';
162
- if (isClientExtension) {
163
- str += '# ';
164
- }
165
- str += '...' + selection.name;
166
- str += parentDirectives;
167
- str += printFragmentArguments(schema, selection.args);
168
- str += printDirectives(schema, selection.directives);
169
- } else if (selection.kind === 'InlineDataFragmentSpread') {
170
- str =
171
- `# ${selection.name} @inline` +
172
- `\n${indent}${INDENT}...` +
173
- parentDirectives +
174
- printSelections(schema, selection, indent + INDENT, {});
175
- } else if (selection.kind === 'Condition') {
176
- const value = printValue(schema, selection.condition, null);
177
- // For Flow
178
- invariant(
179
- value != null,
180
- 'IRPrinter: Expected a variable for condition, got a literal `null`.',
181
- );
182
- let condStr = selection.passingValue ? ' @include' : ' @skip';
183
- condStr += '(if: ' + value + ')';
184
- condStr += parentDirectives;
185
- // For multi-selection conditions, pushes the condition down to each
186
- const subSelections = selection.selections.map(sel =>
187
- printSelection(schema, sel, indent, {
188
- parentDirectives: condStr,
189
- isClientExtension,
190
- }),
191
- );
192
- str = subSelections.join('\n' + indent + INDENT);
193
- } else if (selection.kind === 'Stream') {
194
- let streamStr = parentDirectives;
195
- streamStr += ` @stream(label: "${selection.label}"`;
196
- if (selection.if !== null) {
197
- streamStr += `, if: ${printValue(schema, selection.if, null) ?? ''}`;
198
- }
199
- if (selection.initialCount !== null) {
200
- streamStr += `, initial_count: ${printValue(
201
- schema,
202
- selection.initialCount,
203
- null,
204
- ) ?? ''}`;
205
- }
206
- if (selection.useCustomizedBatch !== null) {
207
- streamStr += `, use_customized_batch: ${printValue(
208
- schema,
209
- selection.useCustomizedBatch,
210
- null,
211
- ) ?? 'false'}`;
212
- }
213
- streamStr += ')';
214
- const subSelections = selection.selections.map(sel =>
215
- printSelection(schema, sel, indent, {
216
- parentDirectives: streamStr,
217
- isClientExtension,
218
- }),
219
- );
220
- str = subSelections.join('\n' + INDENT);
221
- } else if (selection.kind === 'Defer') {
222
- let deferStr = parentDirectives;
223
- deferStr += ` @defer(label: "${selection.label}"`;
224
- if (selection.if !== null) {
225
- deferStr += `, if: ${printValue(schema, selection.if, null) ?? ''}`;
226
- }
227
- deferStr += ')';
228
- if (
229
- selection.selections.every(
230
- subSelection =>
231
- subSelection.kind === 'InlineFragment' ||
232
- subSelection.kind === 'FragmentSpread',
233
- )
234
- ) {
235
- const subSelections = selection.selections.map(sel =>
236
- printSelection(schema, sel, indent, {
237
- parentDirectives: deferStr,
238
- isClientExtension,
239
- }),
240
- );
241
- str = subSelections.join('\n' + INDENT);
242
- } else {
243
- str = '...' + deferStr;
244
- str += printSelections(schema, selection, indent + INDENT, {
245
- isClientExtension,
246
- });
247
- }
248
- } else if (selection.kind === 'ClientExtension') {
249
- invariant(
250
- isClientExtension === false,
251
- 'IRPrinter: Did not expect to encounter a ClientExtension node ' +
252
- 'as a descendant of another ClientExtension node.',
253
- );
254
- str =
255
- '# Client-only selections:\n' +
256
- indent +
257
- INDENT +
258
- selection.selections
259
- .map(sel =>
260
- printSelection(schema, sel, indent, {
261
- parentDirectives,
262
- isClientExtension: true,
263
- }),
264
- )
265
- .join('\n' + indent + INDENT);
266
- } else {
267
- (selection: empty);
268
- invariant(false, 'IRPrinter: Unknown selection kind `%s`.', selection.kind);
269
- }
270
- return str;
271
- }
272
-
273
- function printArgumentDefinitions(
274
- schema: Schema,
275
- argumentDefinitions: $ReadOnlyArray<LocalArgumentDefinition>,
276
- ): string {
277
- const printed = argumentDefinitions.map(def => {
278
- let str = `$${def.name}: ${schema.getTypeString(def.type)}`;
279
- if (def.defaultValue != null) {
280
- str += ' = ' + printLiteral(schema, def.defaultValue, def.type);
281
- }
282
- return str;
283
- });
284
- return printed.length ? `(\n${INDENT}${printed.join('\n' + INDENT)}\n)` : '';
285
- }
286
-
287
- function printFragmentArgumentDefinitions(
288
- schema: Schema,
289
- argumentDefinitions: $ReadOnlyArray<ArgumentDefinition>,
290
- ): string {
291
- let printed;
292
- argumentDefinitions.forEach(def => {
293
- if (def.kind !== 'LocalArgumentDefinition') {
294
- return;
295
- }
296
- printed = printed || [];
297
- let str = `${def.name}: {type: "${schema.getTypeString(def.type)}"`;
298
- if (def.defaultValue != null) {
299
- str += `, defaultValue: ${printLiteral(
300
- schema,
301
- def.defaultValue,
302
- def.type,
303
- )}`;
304
- }
305
- str += '}';
306
- // $FlowFixMe[incompatible-use]
307
- printed.push(str);
308
- });
309
- return printed && printed.length
310
- ? ` @argumentDefinitions(\n${INDENT}${printed.join('\n' + INDENT)}\n)`
311
- : '';
312
- }
313
-
314
- function printHandles(schema: Schema, field: Field): string {
315
- if (!field.handles) {
316
- return '';
317
- }
318
- const printed = field.handles.map(handle => {
319
- // For backward compatibility.
320
- const key =
321
- handle.key === DEFAULT_HANDLE_KEY ? '' : `, key: "${handle.key}"`;
322
- const filters =
323
- handle.filters == null
324
- ? ''
325
- : `, filters: ${JSON.stringify(Array.from(handle.filters).sort())}`;
326
- const handleArgs =
327
- handle.handleArgs == null
328
- ? ''
329
- : `, handleArgs: ${printArguments(schema, handle.handleArgs)}`;
330
- return `@__clientField(handle: "${handle.name}"${key}${filters}${handleArgs})`;
331
- });
332
- return printed.length ? ' ' + printed.join(' ') : '';
333
- }
334
-
335
- function printDirectives(
336
- schema: Schema,
337
- directives: $ReadOnlyArray<Directive>,
338
- ): string {
339
- const printed = directives.map(directive => {
340
- return '@' + directive.name + printArguments(schema, directive.args);
341
- });
342
- return printed.length ? ' ' + printed.join(' ') : '';
343
- }
344
-
345
- function printFragmentArguments(
346
- schema: Schema,
347
- args: $ReadOnlyArray<Argument>,
348
- ) {
349
- const printedArgs = printArguments(schema, args);
350
- if (!printedArgs.length) {
351
- return '';
352
- }
353
- return ` @arguments${printedArgs}`;
354
- }
355
-
356
- function printArguments(
357
- schema: Schema,
358
- args: $ReadOnlyArray<Argument>,
359
- ): string {
360
- const printed = [];
361
- args.forEach(arg => {
362
- const printedValue = printValue(schema, arg.value, arg.type);
363
- if (printedValue != null) {
364
- printed.push(arg.name + ': ' + printedValue);
365
- }
366
- });
367
- return printed.length ? '(' + printed.join(', ') + ')' : '';
368
- }
369
-
370
- function printValue(
371
- schema: Schema,
372
- value: ArgumentValue,
373
- type: ?TypeID,
374
- ): ?string {
375
- if (type != null && schema.isNonNull(type)) {
376
- type = schema.getNullableType(type);
377
- }
378
- if (value.kind === 'Variable') {
379
- return '$' + value.variableName;
380
- } else if (value.kind === 'ObjectValue') {
381
- const inputType = type != null ? schema.asInputObjectType(type) : null;
382
- const pairs = value.fields
383
- .map(field => {
384
- const fieldConfig =
385
- inputType != null
386
- ? schema.hasField(inputType, field.name)
387
- ? schema.getFieldConfig(schema.expectField(inputType, field.name))
388
- : null
389
- : null;
390
- const innerValue = printValue(schema, field.value, fieldConfig?.type);
391
- return innerValue == null ? null : field.name + ': ' + innerValue;
392
- })
393
- .filter(Boolean);
394
-
395
- return '{' + pairs.join(', ') + '}';
396
- } else if (value.kind === 'ListValue') {
397
- invariant(
398
- type && schema.isList(type),
399
- 'GraphQLIRPrinter: Need a type in order to print arrays.',
400
- );
401
- const innerType = schema.getListItemType(type);
402
- return `[${value.items
403
- .map(i => printValue(schema, i, innerType))
404
- .join(', ')}]`;
405
- } else if (value.value != null) {
406
- return printLiteral(schema, value.value, type);
407
- } else {
408
- return null;
409
- }
410
- }
411
-
412
- function printLiteral(schema: Schema, value: mixed, type: ?TypeID): string {
413
- if (value == null) {
414
- return JSON.stringify(value) ?? 'null';
415
- }
416
- if (type != null && schema.isNonNull(type)) {
417
- type = schema.getNullableType(type);
418
- }
419
-
420
- if (type && schema.isEnum(type)) {
421
- let result = schema.serialize(schema.assertEnumType(type), value);
422
- if (result == null && typeof value === 'string') {
423
- // For backwards compatibility, print invalid input values as-is. This
424
- // can occur with literals defined as an @argumentDefinitions
425
- // defaultValue.
426
- result = value;
427
- }
428
- invariant(
429
- typeof result === 'string',
430
- 'IRPrinter: Expected value of type %s to be a valid enum value, got `%s`.',
431
- schema.getTypeString(type),
432
- JSON.stringify(value) ?? 'null',
433
- );
434
- return result;
435
- } else if (type && (schema.isId(type) || schema.isInt(type))) {
436
- return JSON.stringify(value) ?? '';
437
- } else if (type && schema.isScalar(type)) {
438
- const result = schema.serialize(schema.assertScalarType(type), value);
439
- return JSON.stringify(result) ?? '';
440
- } else if (Array.isArray(value)) {
441
- invariant(
442
- type && schema.isList(type),
443
- 'IRPrinter: Need a type in order to print arrays.',
444
- );
445
- const itemType = schema.getListItemType(type);
446
- return (
447
- '[' +
448
- value.map(item => printLiteral(schema, item, itemType)).join(', ') +
449
- ']'
450
- );
451
- } else if (type && schema.isList(type) && value != null) {
452
- // Not an array, but still a list. Treat as list-of-one as per spec 3.1.7:
453
- // http://facebook.github.io/graphql/October2016/#sec-Lists
454
- return printLiteral(schema, value, schema.getListItemType(type));
455
- } else if (typeof value === 'object' && value != null) {
456
- const fields = [];
457
- invariant(
458
- type && schema.isInputObject(type),
459
- 'IRPrinter: Need an InputObject type to print objects.',
460
- );
461
- const inputType = schema.assertInputObjectType(type);
462
- for (const key in value) {
463
- if (value.hasOwnProperty(key)) {
464
- const fieldConfig = schema.getFieldConfig(
465
- schema.expectField(inputType, key),
466
- );
467
- fields.push(
468
- key + ': ' + printLiteral(schema, value[key], fieldConfig.type),
469
- );
470
- }
471
- }
472
- return '{' + fields.join(', ') + '}';
473
- } else {
474
- return JSON.stringify(value) ?? 'null';
475
- }
476
- }
477
-
478
- module.exports = {print, printField, printArguments, printDirectives};