relay-compiler 12.0.0 → 13.0.0-rc.0

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