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,589 +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 strict-local
8
- * @format
9
- */
10
-
11
- // flowlint ambiguous-object-type:error
12
-
13
- 'use strict';
14
-
15
- const IRTransformer = require('../core/IRTransformer');
16
-
17
- const getLiteralArgumentValues = require('../core/getLiteralArgumentValues');
18
- const getNormalizationOperationName = require('../core/getNormalizationOperationName');
19
-
20
- const {createCompilerError, createUserError} = require('../core/CompilerError');
21
- const {getModuleComponentKey, getModuleOperationKey} = require('relay-runtime');
22
-
23
- import type CompilerContext from '../core/CompilerContext';
24
- import type {
25
- InlineFragment,
26
- FragmentSpread,
27
- LinkedField,
28
- Location,
29
- ScalarField,
30
- } from '../core/IR';
31
- import type {TypeID} from '../core/Schema';
32
-
33
- const SUPPORTED_ARGUMENT_NAME = 'supported';
34
-
35
- const JS_FIELD_TYPE = 'JSDependency';
36
- const JS_FIELD_MODULE_ARG = 'module';
37
- const JS_FIELD_ID_ARG = 'id';
38
- const JS_FIELD_NAME = 'js';
39
-
40
- const SCHEMA_EXTENSION = `
41
- directive @match(key: String) on FIELD
42
-
43
- directive @module(
44
- name: String!
45
- ) on FRAGMENT_SPREAD
46
- `;
47
-
48
- type State = {|
49
- +documentName: string,
50
- +parentType: TypeID,
51
- +path: Array<LinkedField>,
52
- +moduleKey: ?string,
53
- +matchesForPath: Map<
54
- string,
55
- {|
56
- +key: string,
57
- +location: Location,
58
- +types: Map<
59
- string,
60
- {|+location: Location, +fragment: string, +module: string|},
61
- >,
62
- |},
63
- >,
64
- |};
65
-
66
- /**
67
- * This transform rewrites LinkedField nodes with @match and rewrites them
68
- * into `LinkedField` nodes with a `supported` argument.
69
- */
70
- function matchTransform(context: CompilerContext): CompilerContext {
71
- return IRTransformer.transform(
72
- context,
73
- {
74
- // TODO: type IRTransformer to allow changing result type
75
- FragmentSpread: (visitFragmentSpread: $FlowFixMe),
76
- LinkedField: visitLinkedField,
77
- InlineFragment: visitInlineFragment,
78
- ScalarField: visitScalarField,
79
- },
80
- node => ({
81
- documentName: node.name,
82
- matchesForPath: new Map(),
83
- moduleKey: null,
84
- parentType: node.type,
85
- path: [],
86
- }),
87
- );
88
- }
89
-
90
- function visitInlineFragment(
91
- node: InlineFragment,
92
- state: State,
93
- ): InlineFragment {
94
- return this.traverse(node, {
95
- ...state,
96
- parentType: node.typeCondition,
97
- });
98
- }
99
-
100
- function visitScalarField(field: ScalarField): ScalarField {
101
- const context: CompilerContext = this.getContext();
102
- const schema = context.getSchema();
103
-
104
- if (field.name === JS_FIELD_NAME) {
105
- const jsModuleType = schema.getTypeFromString(JS_FIELD_TYPE);
106
- if (jsModuleType == null || !schema.isServerType(jsModuleType)) {
107
- throw new createUserError(
108
- `'${JS_FIELD_NAME}' should be defined on the server schema.`,
109
- [field.loc],
110
- );
111
- }
112
-
113
- if (
114
- schema.isScalar(jsModuleType) &&
115
- schema.areEqualTypes(schema.getRawType(field.type), jsModuleType)
116
- ) {
117
- throw new createUserError(
118
- `Direct use of the '${JS_FIELD_NAME}' field is not allowed, use ` +
119
- '@match/@module instead.',
120
- [field.loc],
121
- );
122
- }
123
- }
124
- return field;
125
- }
126
-
127
- function visitLinkedField(node: LinkedField, state: State): LinkedField {
128
- const context: CompilerContext = this.getContext();
129
- const schema = context.getSchema();
130
-
131
- const matchDirective = node.directives.find(
132
- directive => directive.name === 'match',
133
- );
134
- let moduleKey = null;
135
- if (matchDirective != null) {
136
- ({key: moduleKey} = getLiteralArgumentValues(matchDirective.args));
137
- if (
138
- moduleKey != null &&
139
- (typeof moduleKey !== 'string' ||
140
- !moduleKey.startsWith(state.documentName))
141
- ) {
142
- throw createUserError(
143
- "Expected the 'key' argument of @match to be a literal string starting " +
144
- `with the document name, e.g. '${state.documentName}_<localName>'.`,
145
- [
146
- (
147
- matchDirective.args.find(arg => arg.name === 'key') ??
148
- matchDirective
149
- ).loc,
150
- ],
151
- );
152
- }
153
- }
154
-
155
- state.path.push(node);
156
- const transformedNode: LinkedField = this.traverse(node, {
157
- ...state,
158
- moduleKey,
159
- parentType: node.type,
160
- });
161
- state.path.pop();
162
-
163
- if (matchDirective == null) {
164
- return transformedNode;
165
- }
166
-
167
- const {parentType} = state;
168
- const rawType = schema.getRawType(parentType);
169
- if (!(schema.isInterface(rawType) || schema.isObject(rawType))) {
170
- throw createUserError(
171
- `@match used on incompatible field '${transformedNode.name}'.` +
172
- '@match may only be used with fields whose parent type is an ' +
173
- `interface or object, got invalid type '${schema.getTypeString(
174
- parentType,
175
- )}'.`,
176
- [node.loc],
177
- );
178
- }
179
-
180
- const currentField = schema.getFieldConfig(
181
- schema.expectField(
182
- schema.assertCompositeType(rawType),
183
- transformedNode.name,
184
- ),
185
- );
186
-
187
- const supportedArgumentDefinition = currentField.args.find(
188
- ({name}) => name === SUPPORTED_ARGUMENT_NAME,
189
- );
190
- if (supportedArgumentDefinition == null) {
191
- if (moduleKey == null) {
192
- throw createUserError(
193
- '@match on a field without the `supported` argument is a no-op, please remove the `@match`.',
194
- [node.loc],
195
- );
196
- }
197
- return transformedNode;
198
- }
199
-
200
- const supportedArgType = schema.getNullableType(
201
- supportedArgumentDefinition.type,
202
- );
203
- const supportedArgOfType =
204
- supportedArgType != null && schema.isList(supportedArgType)
205
- ? schema.getListItemType(supportedArgType)
206
- : null;
207
- if (
208
- supportedArgType == null ||
209
- supportedArgOfType == null ||
210
- !schema.isString(schema.getNullableType(supportedArgOfType))
211
- ) {
212
- throw createUserError(
213
- `@match used on incompatible field '${transformedNode.name}'. ` +
214
- '@match may only be used with fields that accept a ' +
215
- "'supported: [String!]!' argument.",
216
- [node.loc],
217
- );
218
- }
219
-
220
- const rawFieldType = schema.getRawType(transformedNode.type);
221
-
222
- if (!schema.isAbstractType(rawFieldType)) {
223
- throw createUserError(
224
- `@match used on incompatible field '${transformedNode.name}'.` +
225
- '@match may only be used with fields that return a union or interface.',
226
- [node.loc],
227
- );
228
- }
229
-
230
- const seenTypes: Map<TypeID, InlineFragment> = new Map();
231
- const selections = [];
232
- transformedNode.selections.forEach(matchSelection => {
233
- if (
234
- matchSelection.kind === 'ScalarField' &&
235
- matchSelection.name === '__typename'
236
- ) {
237
- selections.push(matchSelection);
238
- return;
239
- }
240
- const moduleImport =
241
- matchSelection.kind === 'InlineFragment'
242
- ? matchSelection.selections[0]
243
- : null;
244
- if (
245
- matchSelection.kind !== 'InlineFragment' ||
246
- moduleImport == null ||
247
- moduleImport.kind !== 'ModuleImport'
248
- ) {
249
- throw createUserError(
250
- 'Invalid @match selection: all selections should be ' +
251
- 'fragment spreads with @module.',
252
- [matchSelection.loc],
253
- );
254
- }
255
- const matchedType = matchSelection.typeCondition;
256
- seenTypes.set(matchedType, matchSelection);
257
- selections.push(matchSelection);
258
- });
259
-
260
- if (seenTypes.size === 0) {
261
- throw createUserError(
262
- 'Invalid @match selection: expected at least one @module selection. ' +
263
- "Remove @match or add a '...Fragment @module()' selection.",
264
- [matchDirective.loc],
265
- );
266
- }
267
-
268
- const supportedArg = transformedNode.args.find(
269
- arg => arg.name === SUPPORTED_ARGUMENT_NAME,
270
- );
271
- if (supportedArg != null) {
272
- throw createUserError(
273
- `Invalid @match selection: the '${SUPPORTED_ARGUMENT_NAME}' argument ` +
274
- 'is automatically added and cannot be supplied explicitly.',
275
- [supportedArg.loc],
276
- );
277
- }
278
-
279
- return {
280
- kind: 'LinkedField',
281
- alias: transformedNode.alias,
282
- args: [
283
- ...transformedNode.args,
284
- {
285
- kind: 'Argument',
286
- name: SUPPORTED_ARGUMENT_NAME,
287
- type: supportedArgumentDefinition.type,
288
- value: {
289
- kind: 'Literal',
290
- loc: node.loc,
291
- value: Array.from(seenTypes.keys()).map(type =>
292
- schema.getTypeString(type),
293
- ),
294
- },
295
- loc: node.loc,
296
- },
297
- ],
298
- connection: false,
299
- directives: [],
300
- handles: null,
301
- loc: node.loc,
302
- metadata: null,
303
- name: transformedNode.name,
304
- type: transformedNode.type,
305
- selections,
306
- };
307
- }
308
-
309
- // Transform @module
310
- function visitFragmentSpread(
311
- spread: FragmentSpread,
312
- {documentName, path, matchesForPath, moduleKey: moduleKeyFromParent}: State,
313
- ): FragmentSpread | InlineFragment {
314
- const transformedNode: FragmentSpread = this.traverse(spread);
315
-
316
- const moduleDirective = transformedNode.directives.find(
317
- directive => directive.name === 'module',
318
- );
319
- if (moduleDirective == null) {
320
- return transformedNode;
321
- }
322
- if (spread.args.length !== 0) {
323
- throw createUserError(
324
- '@module does not support @arguments.',
325
- [spread.args[0]?.loc].filter(Boolean),
326
- );
327
- }
328
-
329
- const context: CompilerContext = this.getContext();
330
- const schema = context.getSchema();
331
-
332
- const jsModuleType = schema.asScalarFieldType(
333
- schema.getTypeFromString(JS_FIELD_TYPE),
334
- );
335
- if (jsModuleType == null || !schema.isServerType(jsModuleType)) {
336
- throw new createUserError(
337
- `'${JS_FIELD_NAME}' should be defined on the server schema.`,
338
- [spread.loc],
339
- );
340
- }
341
-
342
- if (!schema.isScalar(jsModuleType)) {
343
- throw createUserError(
344
- 'Using @module requires the schema to define a scalar ' +
345
- `'${JS_FIELD_TYPE}' type.`,
346
- );
347
- }
348
-
349
- const fragment = context.getFragment(spread.name, spread.loc);
350
- if (!schema.isObject(fragment.type)) {
351
- throw createUserError(
352
- `@module used on invalid fragment spread '...${spread.name}'. @module ` +
353
- 'may only be used with fragments on a concrete (object) type, ' +
354
- `but the fragment has abstract type '${schema.getTypeString(
355
- fragment.type,
356
- )}'.`,
357
- [spread.loc, fragment.loc],
358
- );
359
- }
360
- const field = schema.getFieldByName(fragment.type, JS_FIELD_NAME);
361
- if (!field) {
362
- throw createUserError(
363
- `@module used on invalid fragment spread '...${spread.name}'. @module ` +
364
- `requires the fragment type '${schema.getTypeString(
365
- fragment.type,
366
- )}' to have a ` +
367
- `'${JS_FIELD_NAME}(${JS_FIELD_MODULE_ARG}: String! ` +
368
- `[${JS_FIELD_ID_ARG}: String]): ${JS_FIELD_TYPE}' field (your ` +
369
- "schema may choose to omit the 'id' argument but if present it " +
370
- "must accept a 'String').",
371
- [moduleDirective.loc],
372
- );
373
- }
374
- const jsField = schema.getFieldConfig(field);
375
-
376
- const jsFieldModuleArg = jsField
377
- ? jsField.args.find(arg => arg.name === JS_FIELD_MODULE_ARG)
378
- : null;
379
- const jsFieldIdArg = jsField
380
- ? jsField.args.find(arg => arg.name === JS_FIELD_ID_ARG)
381
- : null;
382
- if (
383
- jsFieldModuleArg == null ||
384
- !schema.isString(schema.getNullableType(jsFieldModuleArg.type)) ||
385
- (jsFieldIdArg != null && !schema.isString(jsFieldIdArg.type)) ||
386
- jsField.type !== jsModuleType
387
- ) {
388
- throw createUserError(
389
- `@module used on invalid fragment spread '...${spread.name}'. @module ` +
390
- `requires the fragment type '${schema.getTypeString(
391
- fragment.type,
392
- )}' to have a ` +
393
- `'${JS_FIELD_NAME}(${JS_FIELD_MODULE_ARG}: String! ` +
394
- `[${JS_FIELD_ID_ARG}: String]): ${JS_FIELD_TYPE}' field (your ` +
395
- "schema may choose to omit the 'id' argument but if present it " +
396
- "must accept a 'String').",
397
- [moduleDirective.loc],
398
- );
399
- }
400
-
401
- if (spread.directives.length !== 1) {
402
- throw createUserError(
403
- `@module used on invalid fragment spread '...${spread.name}'. @module ` +
404
- 'may not have additional directives.',
405
- [spread.loc],
406
- );
407
- }
408
- const {name: moduleName} = getLiteralArgumentValues(moduleDirective.args);
409
- if (typeof moduleName !== 'string') {
410
- throw createUserError(
411
- "Expected the 'name' argument of @module to be a literal string",
412
- [(moduleDirective.args.find(arg => arg.name === 'name') ?? spread).loc],
413
- );
414
- }
415
- const parentField = path[path.length - 1];
416
- const moduleKey = moduleKeyFromParent ?? documentName;
417
- const aliasPath = path.map(x => x.alias).join('.');
418
- const moduleId =
419
- aliasPath === '' ? documentName : `${documentName}.${aliasPath}`;
420
- const typeName = schema.getTypeString(fragment.type);
421
-
422
- let matches = matchesForPath.get(aliasPath);
423
- if (matches == null) {
424
- if (matchesForPath.size !== 0) {
425
- const existingMatchWithKey = Array.from(matchesForPath.values()).find(
426
- entry => entry.key === moduleKey,
427
- );
428
- if (existingMatchWithKey != null) {
429
- if (parentField == null) {
430
- throw createCompilerError(
431
- 'Cannot have @module selections at multiple paths unless the selections are within fields.',
432
- [spread.loc],
433
- );
434
- }
435
- throw createUserError(
436
- 'Invalid @module selection: documents with multiple fields ' +
437
- "containing 3D selections must specify a unique 'key' value " +
438
- `for each field: use '${parentField.alias} @match(key: "${documentName}_<localName>")'.`,
439
- [parentField.loc],
440
- );
441
- }
442
- }
443
-
444
- matches = {
445
- key: moduleKey,
446
- location: parentField?.loc ?? spread.loc,
447
- types: new Map(),
448
- };
449
- matchesForPath.set(aliasPath, matches);
450
- }
451
- if (moduleKey !== matches.key) {
452
- // The user can't override the key locally (per @module),
453
- // so this is just an internal sanity check
454
- throw createCompilerError(
455
- 'Invalid @module selection: expected all selections at path ' +
456
- `'${aliasPath} to have the same 'key', got '${moduleKey}' and '${matches.key}'.`,
457
- [parentField?.loc ?? spread.loc],
458
- );
459
- }
460
- const previousMatchForType = matches.types.get(typeName);
461
- if (
462
- previousMatchForType != null &&
463
- (previousMatchForType.fragment !== spread.name ||
464
- previousMatchForType.module !== moduleName)
465
- ) {
466
- throw createUserError(
467
- 'Invalid @module selection: concrete type ' +
468
- `'${typeName}' was matched multiple times at path ` +
469
- `'${aliasPath}' but with a different fragment or module name.`,
470
- [spread.loc, previousMatchForType.location],
471
- );
472
- }
473
- matches.types.set(typeName, {
474
- location: spread.loc,
475
- fragment: spread.name,
476
- module: moduleName,
477
- });
478
-
479
- const normalizationName =
480
- getNormalizationOperationName(spread.name) + '.graphql';
481
- const componentKey = getModuleComponentKey(moduleKey);
482
- const componentField: ScalarField = {
483
- alias: componentKey,
484
- args: [
485
- {
486
- kind: 'Argument',
487
- name: JS_FIELD_MODULE_ARG,
488
- type: jsFieldModuleArg.type,
489
- value: {
490
- kind: 'Literal',
491
- loc: moduleDirective.args[0]?.loc ?? moduleDirective.loc,
492
- value: moduleName,
493
- },
494
- loc: moduleDirective.loc,
495
- },
496
- jsFieldIdArg != null
497
- ? {
498
- kind: 'Argument',
499
- name: JS_FIELD_ID_ARG,
500
- type: jsFieldIdArg.type,
501
- value: {
502
- kind: 'Literal',
503
- loc: moduleDirective.args[0]?.loc ?? moduleDirective.loc,
504
- value: moduleId,
505
- },
506
- loc: moduleDirective.loc,
507
- }
508
- : null,
509
- ].filter(Boolean),
510
- directives: [],
511
- handles: null,
512
- kind: 'ScalarField',
513
- loc: moduleDirective.loc,
514
- metadata: {skipNormalizationNode: true},
515
- name: JS_FIELD_NAME,
516
- type: jsModuleType,
517
- };
518
- const operationKey = getModuleOperationKey(moduleKey);
519
- const operationField: ScalarField = {
520
- alias: operationKey,
521
- args: [
522
- {
523
- kind: 'Argument',
524
- name: JS_FIELD_MODULE_ARG,
525
- type: jsFieldModuleArg.type,
526
- value: {
527
- kind: 'Literal',
528
- loc: moduleDirective.loc,
529
- value: normalizationName,
530
- },
531
- loc: moduleDirective.loc,
532
- },
533
- jsFieldIdArg != null
534
- ? {
535
- kind: 'Argument',
536
- name: JS_FIELD_ID_ARG,
537
- type: jsFieldIdArg.type,
538
- value: {
539
- kind: 'Literal',
540
- loc: moduleDirective.args[0]?.loc ?? moduleDirective.loc,
541
- value: moduleId,
542
- },
543
- loc: moduleDirective.loc,
544
- }
545
- : null,
546
- ].filter(Boolean),
547
- directives: [],
548
- handles: null,
549
- kind: 'ScalarField',
550
- loc: moduleDirective.loc,
551
- metadata: {skipNormalizationNode: true},
552
- name: JS_FIELD_NAME,
553
- type: jsModuleType,
554
- };
555
-
556
- return {
557
- kind: 'InlineFragment',
558
- directives: [],
559
- loc: moduleDirective.loc,
560
- metadata: null,
561
- selections: [
562
- {
563
- kind: 'ModuleImport',
564
- loc: moduleDirective.loc,
565
- key: moduleKey,
566
- id: moduleId,
567
- module: moduleName,
568
- sourceDocument: documentName,
569
- name: spread.name,
570
- selections: [
571
- {
572
- ...spread,
573
- directives: spread.directives.filter(
574
- directive => directive !== moduleDirective,
575
- ),
576
- },
577
- operationField,
578
- componentField,
579
- ],
580
- },
581
- ],
582
- typeCondition: fragment.type,
583
- };
584
- }
585
-
586
- module.exports = {
587
- SCHEMA_EXTENSION,
588
- transform: matchTransform,
589
- };