relay-compiler 0.0.0-main-bfcb5c59 → 0.0.0-main-4467ae84
Sign up to get free protection for your applications and to get access to all the features.
- package/cli.js +23 -0
- package/index.js +19 -3
- package/linux-x64/relay +0 -0
- package/macos-x64/relay +0 -0
- package/package.json +2 -26
- package/win-x64/relay.exe +0 -0
- package/bin/RelayCompilerBin.js.flow +0 -168
- package/bin/RelayCompilerMain.js.flow +0 -513
- package/bin/__fixtures__/plugin-module.js.flow +0 -17
- package/bin/relay-compiler +0 -19066
- package/codegen/CodegenDirectory.js.flow +0 -372
- package/codegen/CodegenRunner.js.flow +0 -424
- package/codegen/CodegenTypes.js.flow +0 -28
- package/codegen/CodegenWatcher.js.flow +0 -250
- package/codegen/NormalizationCodeGenerator.js.flow +0 -565
- package/codegen/ReaderCodeGenerator.js.flow +0 -510
- package/codegen/RelayCodeGenerator.js.flow +0 -85
- package/codegen/RelayFileWriter.js.flow +0 -365
- package/codegen/SourceControl.js.flow +0 -58
- package/codegen/compileRelayArtifacts.js.flow +0 -181
- package/codegen/createPrintRequireModuleDependency.js.flow +0 -19
- package/codegen/sortObjectByKey.js.flow +0 -25
- package/codegen/writeRelayGeneratedFile.js.flow +0 -235
- package/core/ASTCache.js.flow +0 -73
- package/core/ASTConvert.js.flow +0 -230
- package/core/CompilerContext.js.flow +0 -189
- package/core/CompilerError.js.flow +0 -255
- package/core/DotGraphQLParser.js.flow +0 -37
- package/core/GraphQLCompilerProfiler.js.flow +0 -341
- package/core/GraphQLDerivedFromMetadata.js.flow +0 -36
- package/core/GraphQLWatchmanClient.js.flow +0 -109
- package/core/IR.js.flow +0 -326
- package/core/IRPrinter.js.flow +0 -472
- package/core/IRTransformer.js.flow +0 -376
- package/core/IRValidator.js.flow +0 -259
- package/core/IRVisitor.js.flow +0 -150
- package/core/JSModuleParser.js.flow +0 -24
- package/core/RelayCompilerScope.js.flow +0 -199
- package/core/RelayFindGraphQLTags.js.flow +0 -118
- package/core/RelayGraphQLEnumsGenerator.js.flow +0 -55
- package/core/RelayIRTransforms.js.flow +0 -138
- package/core/RelayParser.js.flow +0 -1731
- package/core/RelaySourceModuleParser.js.flow +0 -133
- package/core/Schema.js.flow +0 -2035
- package/core/SchemaUtils.js.flow +0 -120
- package/core/filterContextForNode.js.flow +0 -49
- package/core/getFieldDefinition.js.flow +0 -156
- package/core/getIdentifierForArgumentValue.js.flow +0 -49
- package/core/getIdentifierForSelection.js.flow +0 -68
- package/core/getLiteralArgumentValues.js.flow +0 -32
- package/core/getNormalizationOperationName.js.flow +0 -19
- package/core/inferRootArgumentDefinitions.js.flow +0 -322
- package/index.js.flow +0 -198
- package/language/RelayLanguagePluginInterface.js.flow +0 -283
- package/language/javascript/FindGraphQLTags.js.flow +0 -136
- package/language/javascript/RelayFlowBabelFactories.js.flow +0 -176
- package/language/javascript/RelayFlowGenerator.js.flow +0 -1096
- package/language/javascript/RelayFlowTypeTransformers.js.flow +0 -181
- package/language/javascript/RelayLanguagePluginJavaScript.js.flow +0 -33
- package/language/javascript/formatGeneratedModule.js.flow +0 -65
- package/lib/bin/RelayCompilerBin.js +0 -143
- package/lib/bin/RelayCompilerMain.js +0 -486
- package/lib/bin/__fixtures__/plugin-module.js +0 -16
- package/lib/codegen/CodegenDirectory.js +0 -335
- package/lib/codegen/CodegenRunner.js +0 -433
- package/lib/codegen/CodegenTypes.js +0 -11
- package/lib/codegen/CodegenWatcher.js +0 -271
- package/lib/codegen/NormalizationCodeGenerator.js +0 -487
- package/lib/codegen/ReaderCodeGenerator.js +0 -473
- package/lib/codegen/RelayCodeGenerator.js +0 -75
- package/lib/codegen/RelayFileWriter.js +0 -270
- package/lib/codegen/SourceControl.js +0 -60
- package/lib/codegen/compileRelayArtifacts.js +0 -157
- package/lib/codegen/createPrintRequireModuleDependency.js +0 -19
- package/lib/codegen/sortObjectByKey.js +0 -41
- package/lib/codegen/writeRelayGeneratedFile.js +0 -206
- package/lib/core/ASTCache.js +0 -70
- package/lib/core/ASTConvert.js +0 -198
- package/lib/core/CompilerContext.js +0 -165
- package/lib/core/CompilerError.js +0 -252
- package/lib/core/DotGraphQLParser.js +0 -40
- package/lib/core/GraphQLCompilerProfiler.js +0 -299
- package/lib/core/GraphQLDerivedFromMetadata.js +0 -31
- package/lib/core/GraphQLWatchmanClient.js +0 -150
- package/lib/core/IR.js +0 -11
- package/lib/core/IRPrinter.js +0 -388
- package/lib/core/IRTransformer.js +0 -345
- package/lib/core/IRValidator.js +0 -226
- package/lib/core/IRVisitor.js +0 -45
- package/lib/core/JSModuleParser.js +0 -18
- package/lib/core/RelayCompilerScope.js +0 -183
- package/lib/core/RelayFindGraphQLTags.js +0 -79
- package/lib/core/RelayGraphQLEnumsGenerator.js +0 -50
- package/lib/core/RelayIRTransforms.js +0 -109
- package/lib/core/RelayParser.js +0 -1381
- package/lib/core/RelaySourceModuleParser.js +0 -104
- package/lib/core/Schema.js +0 -1877
- package/lib/core/SchemaUtils.js +0 -98
- package/lib/core/filterContextForNode.js +0 -50
- package/lib/core/getFieldDefinition.js +0 -145
- package/lib/core/getIdentifierForArgumentValue.js +0 -54
- package/lib/core/getIdentifierForSelection.js +0 -49
- package/lib/core/getLiteralArgumentValues.js +0 -26
- package/lib/core/getNormalizationOperationName.js +0 -17
- package/lib/core/inferRootArgumentDefinitions.js +0 -351
- package/lib/index.js +0 -178
- package/lib/language/RelayLanguagePluginInterface.js +0 -26
- package/lib/language/javascript/FindGraphQLTags.js +0 -126
- package/lib/language/javascript/RelayFlowBabelFactories.js +0 -160
- package/lib/language/javascript/RelayFlowGenerator.js +0 -856
- package/lib/language/javascript/RelayFlowTypeTransformers.js +0 -119
- package/lib/language/javascript/RelayLanguagePluginJavaScript.js +0 -30
- package/lib/language/javascript/formatGeneratedModule.js +0 -36
- package/lib/reporters/ConsoleReporter.js +0 -61
- package/lib/reporters/MultiReporter.js +0 -45
- package/lib/reporters/Reporter.js +0 -11
- package/lib/runner/Artifacts.js +0 -323
- package/lib/runner/BufferedFilesystem.js +0 -262
- package/lib/runner/GraphQLASTNodeGroup.js +0 -256
- package/lib/runner/GraphQLASTUtils.js +0 -23
- package/lib/runner/GraphQLNodeMap.js +0 -81
- package/lib/runner/Sources.js +0 -271
- package/lib/runner/StrictMap.js +0 -134
- package/lib/runner/compileArtifacts.js +0 -39
- package/lib/runner/extractAST.js +0 -77
- package/lib/runner/getChangedNodeNames.js +0 -82
- package/lib/runner/getSchemaInstance.js +0 -30
- package/lib/runner/types.js +0 -12
- package/lib/transforms/ApplyFragmentArgumentTransform.js +0 -393
- package/lib/transforms/ClientExtensionsTransform.js +0 -221
- package/lib/transforms/ConnectionTransform.js +0 -639
- package/lib/transforms/DeclarativeConnectionMutationTransform.js +0 -218
- package/lib/transforms/DeferStreamTransform.js +0 -246
- package/lib/transforms/DisallowIdAsAlias.js +0 -40
- package/lib/transforms/DisallowTypenameOnRoot.js +0 -53
- package/lib/transforms/FieldHandleTransform.js +0 -79
- package/lib/transforms/FilterCompilerDirectivesTransform.js +0 -29
- package/lib/transforms/FilterDirectivesTransform.js +0 -42
- package/lib/transforms/FlattenTransform.js +0 -306
- package/lib/transforms/GenerateIDFieldTransform.js +0 -135
- package/lib/transforms/GenerateTypeNameTransform.js +0 -149
- package/lib/transforms/InlineDataFragmentTransform.js +0 -100
- package/lib/transforms/InlineFragmentsTransform.js +0 -61
- package/lib/transforms/MaskTransform.js +0 -117
- package/lib/transforms/MatchTransform.js +0 -434
- package/lib/transforms/ReactFlightComponentTransform.js +0 -158
- package/lib/transforms/RefetchableFragmentTransform.js +0 -249
- package/lib/transforms/RelayDirectiveTransform.js +0 -83
- package/lib/transforms/RequiredFieldTransform.js +0 -369
- package/lib/transforms/SkipClientExtensionsTransform.js +0 -46
- package/lib/transforms/SkipHandleFieldTransform.js +0 -45
- package/lib/transforms/SkipRedundantNodesTransform.js +0 -261
- package/lib/transforms/SkipSplitOperationTransform.js +0 -32
- package/lib/transforms/SkipUnreachableNodeTransform.js +0 -158
- package/lib/transforms/SkipUnusedVariablesTransform.js +0 -75
- package/lib/transforms/SplitModuleImportTransform.js +0 -82
- package/lib/transforms/TestOperationTransform.js +0 -144
- package/lib/transforms/TransformUtils.js +0 -21
- package/lib/transforms/ValidateGlobalVariablesTransform.js +0 -92
- package/lib/transforms/ValidateRequiredArgumentsTransform.js +0 -114
- package/lib/transforms/ValidateServerOnlyDirectivesTransform.js +0 -108
- package/lib/transforms/ValidateUnusedVariablesTransform.js +0 -96
- package/lib/transforms/query-generators/FetchableQueryGenerator.js +0 -157
- package/lib/transforms/query-generators/NodeQueryGenerator.js +0 -166
- package/lib/transforms/query-generators/QueryQueryGenerator.js +0 -48
- package/lib/transforms/query-generators/ViewerQueryGenerator.js +0 -77
- package/lib/transforms/query-generators/index.js +0 -60
- package/lib/transforms/query-generators/utils.js +0 -92
- package/lib/util/CodeMarker.js +0 -80
- package/lib/util/DefaultHandleKey.js +0 -15
- package/lib/util/RelayCompilerCache.js +0 -97
- package/lib/util/Rollout.js +0 -40
- package/lib/util/TimeReporter.js +0 -83
- package/lib/util/areEqualArgValues.js +0 -135
- package/lib/util/argumentContainsVariables.js +0 -37
- package/lib/util/dedupeJSONStringify.js +0 -160
- package/lib/util/generateAbstractTypeRefinementKey.js +0 -24
- package/lib/util/getDefinitionNodeHash.js +0 -22
- package/lib/util/getModuleName.js +0 -32
- package/lib/util/joinArgumentDefinitions.js +0 -67
- package/lib/util/md5.js +0 -17
- package/lib/util/murmurHash.js +0 -86
- package/lib/util/nullthrowsOSS.js +0 -23
- package/lib/util/orList.js +0 -36
- package/lib/util/partitionArray.js +0 -35
- package/relay-compiler.js +0 -17
- package/relay-compiler.min.js +0 -22
- package/reporters/ConsoleReporter.js.flow +0 -81
- package/reporters/MultiReporter.js.flow +0 -43
- package/reporters/Reporter.js.flow +0 -19
- package/runner/Artifacts.js.flow +0 -215
- package/runner/BufferedFilesystem.js.flow +0 -194
- package/runner/GraphQLASTNodeGroup.js.flow +0 -174
- package/runner/GraphQLASTUtils.js.flow +0 -26
- package/runner/GraphQLNodeMap.js.flow +0 -55
- package/runner/Sources.js.flow +0 -227
- package/runner/StrictMap.js.flow +0 -96
- package/runner/compileArtifacts.js.flow +0 -75
- package/runner/extractAST.js.flow +0 -98
- package/runner/getChangedNodeNames.js.flow +0 -48
- package/runner/getSchemaInstance.js.flow +0 -36
- package/runner/types.js.flow +0 -37
- package/transforms/ApplyFragmentArgumentTransform.js.flow +0 -524
- package/transforms/ClientExtensionsTransform.js.flow +0 -224
- package/transforms/ConnectionTransform.js.flow +0 -850
- package/transforms/DeclarativeConnectionMutationTransform.js.flow +0 -245
- package/transforms/DeferStreamTransform.js.flow +0 -263
- package/transforms/DisallowIdAsAlias.js.flow +0 -46
- package/transforms/DisallowTypenameOnRoot.js.flow +0 -44
- package/transforms/FieldHandleTransform.js.flow +0 -77
- package/transforms/FilterCompilerDirectivesTransform.js.flow +0 -33
- package/transforms/FilterDirectivesTransform.js.flow +0 -45
- package/transforms/FlattenTransform.js.flow +0 -458
- package/transforms/GenerateIDFieldTransform.js.flow +0 -151
- package/transforms/GenerateTypeNameTransform.js.flow +0 -159
- package/transforms/InlineDataFragmentTransform.js.flow +0 -123
- package/transforms/InlineFragmentsTransform.js.flow +0 -70
- package/transforms/MaskTransform.js.flow +0 -124
- package/transforms/MatchTransform.js.flow +0 -587
- package/transforms/ReactFlightComponentTransform.js.flow +0 -194
- package/transforms/RefetchableFragmentTransform.js.flow +0 -266
- package/transforms/RelayDirectiveTransform.js.flow +0 -96
- package/transforms/RequiredFieldTransform.js.flow +0 -413
- package/transforms/SkipClientExtensionsTransform.js.flow +0 -54
- package/transforms/SkipHandleFieldTransform.js.flow +0 -44
- package/transforms/SkipRedundantNodesTransform.js.flow +0 -255
- package/transforms/SkipSplitOperationTransform.js.flow +0 -37
- package/transforms/SkipUnreachableNodeTransform.js.flow +0 -148
- package/transforms/SkipUnusedVariablesTransform.js.flow +0 -59
- package/transforms/SplitModuleImportTransform.js.flow +0 -97
- package/transforms/TestOperationTransform.js.flow +0 -142
- package/transforms/TransformUtils.js.flow +0 -26
- package/transforms/ValidateGlobalVariablesTransform.js.flow +0 -80
- package/transforms/ValidateRequiredArgumentsTransform.js.flow +0 -126
- package/transforms/ValidateServerOnlyDirectivesTransform.js.flow +0 -111
- package/transforms/ValidateUnusedVariablesTransform.js.flow +0 -88
- package/transforms/query-generators/FetchableQueryGenerator.js.flow +0 -188
- package/transforms/query-generators/NodeQueryGenerator.js.flow +0 -217
- package/transforms/query-generators/QueryQueryGenerator.js.flow +0 -57
- package/transforms/query-generators/ViewerQueryGenerator.js.flow +0 -97
- package/transforms/query-generators/index.js.flow +0 -89
- package/transforms/query-generators/utils.js.flow +0 -76
- package/util/CodeMarker.js.flow +0 -79
- package/util/DefaultHandleKey.js.flow +0 -17
- package/util/RelayCompilerCache.js.flow +0 -86
- package/util/Rollout.js.flow +0 -39
- package/util/TimeReporter.js.flow +0 -79
- package/util/areEqualArgValues.js.flow +0 -126
- package/util/argumentContainsVariables.js.flow +0 -38
- package/util/dedupeJSONStringify.js.flow +0 -152
- package/util/generateAbstractTypeRefinementKey.js.flow +0 -29
- package/util/getDefinitionNodeHash.js.flow +0 -24
- package/util/getModuleName.js.flow +0 -39
- package/util/joinArgumentDefinitions.js.flow +0 -105
- package/util/md5.js.flow +0 -19
- package/util/murmurHash.js.flow +0 -94
- package/util/nullthrowsOSS.js.flow +0 -25
- package/util/orList.js.flow +0 -37
- package/util/partitionArray.js.flow +0 -37
package/core/SchemaUtils.js.flow
DELETED
@@ -1,120 +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
|
8
|
-
* @format
|
9
|
-
*/
|
10
|
-
|
11
|
-
// flowlint ambiguous-object-type:error
|
12
|
-
|
13
|
-
'use strict';
|
14
|
-
|
15
|
-
import type {ScalarField} from '../core/IR';
|
16
|
-
import type {CompositeTypeID, InputTypeID, Schema} from './Schema';
|
17
|
-
import type {ASTNode} from 'graphql';
|
18
|
-
|
19
|
-
const {createCompilerError} = require('./CompilerError');
|
20
|
-
|
21
|
-
const ID = 'id';
|
22
|
-
|
23
|
-
/**
|
24
|
-
* @public
|
25
|
-
*
|
26
|
-
* Determine if an AST node contains a fragment/operation definition.
|
27
|
-
*/
|
28
|
-
function isExecutableDefinitionAST(ast: ASTNode): boolean %checks {
|
29
|
-
return (
|
30
|
-
ast.kind === 'FragmentDefinition' || ast.kind === 'OperationDefinition'
|
31
|
-
);
|
32
|
-
}
|
33
|
-
|
34
|
-
/**
|
35
|
-
* @public
|
36
|
-
*
|
37
|
-
* Determine if an AST node contains a schema definition.
|
38
|
-
*/
|
39
|
-
function isSchemaDefinitionAST(ast: ASTNode): boolean %checks {
|
40
|
-
return (
|
41
|
-
ast.kind === 'SchemaDefinition' ||
|
42
|
-
ast.kind === 'ScalarTypeDefinition' ||
|
43
|
-
ast.kind === 'ObjectTypeDefinition' ||
|
44
|
-
ast.kind === 'InterfaceTypeDefinition' ||
|
45
|
-
ast.kind === 'UnionTypeDefinition' ||
|
46
|
-
ast.kind === 'EnumTypeDefinition' ||
|
47
|
-
ast.kind === 'InputObjectTypeDefinition' ||
|
48
|
-
ast.kind === 'DirectiveDefinition' ||
|
49
|
-
ast.kind === 'ScalarTypeExtension' ||
|
50
|
-
ast.kind === 'ObjectTypeExtension' ||
|
51
|
-
ast.kind === 'InterfaceTypeExtension' ||
|
52
|
-
ast.kind === 'UnionTypeExtension' ||
|
53
|
-
ast.kind === 'EnumTypeExtension' ||
|
54
|
-
ast.kind === 'InputObjectTypeExtension'
|
55
|
-
);
|
56
|
-
}
|
57
|
-
|
58
|
-
/**
|
59
|
-
* Generates an id field on the given type.
|
60
|
-
*/
|
61
|
-
function generateIDField(schema: Schema, type: CompositeTypeID): ScalarField {
|
62
|
-
const idField = schema.getFieldByName(type, 'id');
|
63
|
-
if (idField == null) {
|
64
|
-
throw new createCompilerError(
|
65
|
-
`Expected an 'id' field on type '${schema.getTypeString(type)}'.`,
|
66
|
-
);
|
67
|
-
}
|
68
|
-
const idType = schema.assertScalarFieldType(schema.getFieldType(idField));
|
69
|
-
return {
|
70
|
-
kind: 'ScalarField',
|
71
|
-
alias: ID,
|
72
|
-
args: [],
|
73
|
-
directives: [],
|
74
|
-
handles: null,
|
75
|
-
loc: {kind: 'Generated'},
|
76
|
-
metadata: null,
|
77
|
-
name: ID,
|
78
|
-
type: idType,
|
79
|
-
};
|
80
|
-
}
|
81
|
-
|
82
|
-
function getNullableBooleanInput(schema: Schema): InputTypeID {
|
83
|
-
return schema.assertInputType(schema.expectBooleanType());
|
84
|
-
}
|
85
|
-
|
86
|
-
function getNonNullBooleanInput(schema: Schema): InputTypeID {
|
87
|
-
return schema.assertInputType(
|
88
|
-
schema.getNonNullType(schema.expectBooleanType()),
|
89
|
-
);
|
90
|
-
}
|
91
|
-
|
92
|
-
function getNullableStringInput(schema: Schema): InputTypeID {
|
93
|
-
return schema.assertInputType(schema.expectStringType());
|
94
|
-
}
|
95
|
-
|
96
|
-
function getNonNullStringInput(schema: Schema): InputTypeID {
|
97
|
-
return schema.assertInputType(
|
98
|
-
schema.getNonNullType(schema.expectStringType()),
|
99
|
-
);
|
100
|
-
}
|
101
|
-
|
102
|
-
function getNullableIdInput(schema: Schema): InputTypeID {
|
103
|
-
return schema.assertInputType(schema.expectIdType());
|
104
|
-
}
|
105
|
-
|
106
|
-
function getNonNullIdInput(schema: Schema): InputTypeID {
|
107
|
-
return schema.assertInputType(schema.getNonNullType(schema.expectIdType()));
|
108
|
-
}
|
109
|
-
|
110
|
-
module.exports = {
|
111
|
-
generateIDField,
|
112
|
-
isExecutableDefinitionAST,
|
113
|
-
isSchemaDefinitionAST,
|
114
|
-
getNullableBooleanInput,
|
115
|
-
getNonNullBooleanInput,
|
116
|
-
getNullableStringInput,
|
117
|
-
getNonNullStringInput,
|
118
|
-
getNullableIdInput,
|
119
|
-
getNonNullIdInput,
|
120
|
-
};
|
@@ -1,49 +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
|
8
|
-
* @format
|
9
|
-
*/
|
10
|
-
|
11
|
-
// flowlint ambiguous-object-type:error
|
12
|
-
|
13
|
-
'use strict';
|
14
|
-
|
15
|
-
import type {Fragment, FragmentSpread, Root} from './IR';
|
16
|
-
|
17
|
-
const CompilerContext = require('./CompilerContext');
|
18
|
-
const {visit} = require('./IRVisitor');
|
19
|
-
|
20
|
-
/**
|
21
|
-
* Returns a CompilerContext containing only the documents referenced
|
22
|
-
* by and including the provided node.
|
23
|
-
*/
|
24
|
-
function filterContextForNode(
|
25
|
-
node: Fragment | Root,
|
26
|
-
context: CompilerContext,
|
27
|
-
): CompilerContext {
|
28
|
-
const queue = [node];
|
29
|
-
let filteredContext = new CompilerContext(context.getSchema()).add(node);
|
30
|
-
const visitFragmentSpread = (fragmentSpread: FragmentSpread) => {
|
31
|
-
const {name} = fragmentSpread;
|
32
|
-
if (!filteredContext.get(name)) {
|
33
|
-
const fragment = context.getFragment(name);
|
34
|
-
filteredContext = filteredContext.add(fragment);
|
35
|
-
queue.push(fragment);
|
36
|
-
}
|
37
|
-
};
|
38
|
-
const visitorConfig = {
|
39
|
-
FragmentSpread: (fragmentSpread: FragmentSpread) => {
|
40
|
-
visitFragmentSpread(fragmentSpread);
|
41
|
-
},
|
42
|
-
};
|
43
|
-
while (queue.length) {
|
44
|
-
visit(queue.pop(), visitorConfig);
|
45
|
-
}
|
46
|
-
return filteredContext;
|
47
|
-
}
|
48
|
-
|
49
|
-
module.exports = filterContextForNode;
|
@@ -1,156 +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
|
8
|
-
* @format
|
9
|
-
*/
|
10
|
-
|
11
|
-
// flowlint ambiguous-object-type:error
|
12
|
-
|
13
|
-
'use strict';
|
14
|
-
|
15
|
-
import type {FieldID, Schema, TypeID} from './Schema';
|
16
|
-
import type {FieldNode} from 'graphql';
|
17
|
-
|
18
|
-
const {createCompilerError} = require('./CompilerError');
|
19
|
-
const {SchemaMetaFieldDef, TypeMetaFieldDef} = require('graphql');
|
20
|
-
|
21
|
-
export type GetFieldDefinitionFn = (
|
22
|
-
schema: Schema,
|
23
|
-
parentType: TypeID,
|
24
|
-
fieldName: string,
|
25
|
-
fieldAST: FieldNode,
|
26
|
-
) => ?FieldID;
|
27
|
-
|
28
|
-
/**
|
29
|
-
* Find the definition of a field of the specified type using strict
|
30
|
-
* resolution rules per the GraphQL spec.
|
31
|
-
*/
|
32
|
-
function getFieldDefinitionStrict(
|
33
|
-
schema: Schema,
|
34
|
-
parentType: TypeID,
|
35
|
-
fieldName: string,
|
36
|
-
): ?FieldID {
|
37
|
-
const type = schema.getRawType(parentType);
|
38
|
-
const queryType = schema.getQueryType();
|
39
|
-
const isQueryType =
|
40
|
-
queryType != null && schema.areEqualTypes(type, queryType);
|
41
|
-
const hasTypeName = schema.isAbstractType(type) || schema.isObject(type);
|
42
|
-
|
43
|
-
let schemaFieldDef;
|
44
|
-
if (isQueryType && fieldName === SchemaMetaFieldDef.name) {
|
45
|
-
schemaFieldDef =
|
46
|
-
queryType != null ? schema.getFieldByName(queryType, '__schema') : null;
|
47
|
-
} else if (isQueryType && fieldName === TypeMetaFieldDef.name) {
|
48
|
-
schemaFieldDef =
|
49
|
-
queryType != null ? schema.getFieldByName(queryType, '__type') : null;
|
50
|
-
} else if (hasTypeName && fieldName === '__typename') {
|
51
|
-
schemaFieldDef = schema.getFieldByName(
|
52
|
-
schema.assertCompositeType(type),
|
53
|
-
'__typename',
|
54
|
-
);
|
55
|
-
} else if (hasTypeName && fieldName === '__id') {
|
56
|
-
schemaFieldDef = schema.getFieldByName(
|
57
|
-
schema.assertCompositeType(type),
|
58
|
-
'__id',
|
59
|
-
);
|
60
|
-
} else if (schema.isInterface(type) || schema.isObject(type)) {
|
61
|
-
const compositeType = schema.assertCompositeType(type);
|
62
|
-
if (schema.hasField(compositeType, fieldName)) {
|
63
|
-
schemaFieldDef = schema.getFieldByName(compositeType, fieldName);
|
64
|
-
} else {
|
65
|
-
return null;
|
66
|
-
}
|
67
|
-
}
|
68
|
-
return schemaFieldDef;
|
69
|
-
}
|
70
|
-
|
71
|
-
/**
|
72
|
-
* Find the definition of a field of the specified type, first trying
|
73
|
-
* the standard spec-compliant resolution process and falling back
|
74
|
-
* to legacy mode that supports fat interfaces.
|
75
|
-
*/
|
76
|
-
function getFieldDefinitionLegacy(
|
77
|
-
schema: Schema,
|
78
|
-
parentType: TypeID,
|
79
|
-
fieldName: string,
|
80
|
-
fieldAST: FieldNode,
|
81
|
-
): ?FieldID {
|
82
|
-
let schemaFieldDef = getFieldDefinitionStrict(schema, parentType, fieldName);
|
83
|
-
|
84
|
-
if (!schemaFieldDef) {
|
85
|
-
schemaFieldDef = getFieldDefinitionLegacyImpl(
|
86
|
-
schema,
|
87
|
-
parentType,
|
88
|
-
fieldName,
|
89
|
-
fieldAST,
|
90
|
-
);
|
91
|
-
}
|
92
|
-
return schemaFieldDef ?? null;
|
93
|
-
}
|
94
|
-
|
95
|
-
/**
|
96
|
-
* @private
|
97
|
-
*/
|
98
|
-
function getFieldDefinitionLegacyImpl(
|
99
|
-
schema: Schema,
|
100
|
-
type: TypeID,
|
101
|
-
fieldName: string,
|
102
|
-
fieldAST: FieldNode,
|
103
|
-
): ?FieldID {
|
104
|
-
const rawType = schema.getRawType(type);
|
105
|
-
if (
|
106
|
-
schema.isAbstractType(rawType) &&
|
107
|
-
fieldAST &&
|
108
|
-
fieldAST.directives &&
|
109
|
-
fieldAST.directives.some(
|
110
|
-
directive => getName(directive) === 'fixme_fat_interface',
|
111
|
-
)
|
112
|
-
) {
|
113
|
-
const possibleTypes = schema.getPossibleTypes(
|
114
|
-
schema.assertAbstractType(rawType),
|
115
|
-
);
|
116
|
-
let schemaFieldDef;
|
117
|
-
for (const possibleType of possibleTypes) {
|
118
|
-
const possibleField = schema.getFieldByName(possibleType, fieldName);
|
119
|
-
if (possibleField) {
|
120
|
-
// Fat interface fields can have differing arguments. Try to return
|
121
|
-
// a field with matching arguments, but still return a field if the
|
122
|
-
// arguments do not match.
|
123
|
-
schemaFieldDef = possibleField;
|
124
|
-
if (fieldAST && fieldAST.arguments) {
|
125
|
-
const argumentsAllExist = fieldAST.arguments.every(
|
126
|
-
argument =>
|
127
|
-
schema.getFieldArgByName(possibleField, getName(argument)) !=
|
128
|
-
null,
|
129
|
-
);
|
130
|
-
if (argumentsAllExist) {
|
131
|
-
break;
|
132
|
-
}
|
133
|
-
}
|
134
|
-
}
|
135
|
-
}
|
136
|
-
return schemaFieldDef;
|
137
|
-
}
|
138
|
-
}
|
139
|
-
|
140
|
-
/**
|
141
|
-
* @private
|
142
|
-
*/
|
143
|
-
function getName(ast): string {
|
144
|
-
const name = ast.name ? ast.name.value : null;
|
145
|
-
if (typeof name !== 'string') {
|
146
|
-
throw createCompilerError("Expected ast node to have a 'name'.", null, [
|
147
|
-
ast,
|
148
|
-
]);
|
149
|
-
}
|
150
|
-
return name;
|
151
|
-
}
|
152
|
-
|
153
|
-
module.exports = {
|
154
|
-
getFieldDefinitionLegacy,
|
155
|
-
getFieldDefinitionStrict,
|
156
|
-
};
|
@@ -1,49 +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
|
8
|
-
* @format
|
9
|
-
*/
|
10
|
-
|
11
|
-
// flowlint ambiguous-object-type:error
|
12
|
-
|
13
|
-
'use strict';
|
14
|
-
|
15
|
-
import type {ArgumentValue} from './IR';
|
16
|
-
|
17
|
-
const invariant = require('invariant');
|
18
|
-
|
19
|
-
/**
|
20
|
-
* Generates an identifier for an argument value. The identifier is based on the
|
21
|
-
* structure/order of items and keys in the value.
|
22
|
-
*/
|
23
|
-
function getIdentifierForArgumentValue(value: ArgumentValue): mixed {
|
24
|
-
switch (value.kind) {
|
25
|
-
case 'Variable':
|
26
|
-
return {variable: value.variableName};
|
27
|
-
case 'Literal':
|
28
|
-
return {value: value.value};
|
29
|
-
case 'ListValue':
|
30
|
-
return {
|
31
|
-
list: value.items.map(item => getIdentifierForArgumentValue(item)),
|
32
|
-
};
|
33
|
-
case 'ObjectValue':
|
34
|
-
return {
|
35
|
-
object: value.fields.map(field => ({
|
36
|
-
name: field.name,
|
37
|
-
value: getIdentifierForArgumentValue(field.value),
|
38
|
-
})),
|
39
|
-
};
|
40
|
-
default:
|
41
|
-
invariant(
|
42
|
-
false,
|
43
|
-
'getIdentifierForArgumentValue(): Unsupported AST kind `%s`.',
|
44
|
-
value.kind,
|
45
|
-
);
|
46
|
-
}
|
47
|
-
}
|
48
|
-
|
49
|
-
module.exports = getIdentifierForArgumentValue;
|
@@ -1,68 +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
|
-
import type {Selection} from './IR';
|
16
|
-
import type {Schema} from './Schema';
|
17
|
-
|
18
|
-
const {printArguments, printDirectives} = require('./IRPrinter');
|
19
|
-
const invariant = require('invariant');
|
20
|
-
|
21
|
-
/**
|
22
|
-
* Generates an identifier that is unique to a given selection: the alias for
|
23
|
-
* fields, the type for inline fragments, and a summary of the condition
|
24
|
-
* variable and passing value for conditions.
|
25
|
-
*/
|
26
|
-
function getIdentifierForSelection(schema: Schema, node: Selection): string {
|
27
|
-
if (node.kind === 'LinkedField' || node.kind === 'ScalarField') {
|
28
|
-
return 'Field: ' + node.directives.length === 0
|
29
|
-
? node.alias
|
30
|
-
: node.alias + printDirectives(schema, node.directives);
|
31
|
-
} else if (node.kind === 'FragmentSpread') {
|
32
|
-
return 'FragmentSpread:' + node.args.length === 0
|
33
|
-
? node.name
|
34
|
-
: node.name + printArguments(schema, node.args);
|
35
|
-
} else if (node.kind === 'ModuleImport') {
|
36
|
-
return 'ModuleImport:';
|
37
|
-
} else if (node.kind === 'Defer') {
|
38
|
-
return 'Defer:' + node.label;
|
39
|
-
} else if (node.kind === 'Stream') {
|
40
|
-
return 'Stream:' + node.label;
|
41
|
-
} else if (node.kind === 'InlineFragment') {
|
42
|
-
return (
|
43
|
-
'InlineFragment:' +
|
44
|
-
schema.getTypeString(node.typeCondition) +
|
45
|
-
printDirectives(schema, node.directives)
|
46
|
-
);
|
47
|
-
} else if (node.kind === 'ClientExtension') {
|
48
|
-
return 'ClientExtension:';
|
49
|
-
} else if (node.kind === 'InlineDataFragmentSpread') {
|
50
|
-
return 'InlineDataFragment:' + node.name;
|
51
|
-
} else if (node.kind === 'Condition') {
|
52
|
-
return (
|
53
|
-
'Condition:' +
|
54
|
-
(node.condition.kind === 'Variable'
|
55
|
-
? '$' + node.condition.variableName
|
56
|
-
: String(node.condition.value)) +
|
57
|
-
String(node.passingValue)
|
58
|
-
);
|
59
|
-
} else {
|
60
|
-
invariant(
|
61
|
-
false,
|
62
|
-
'getIdentifierForSelection: Unexpected kind `%s`.',
|
63
|
-
(node.kind: empty),
|
64
|
-
);
|
65
|
-
}
|
66
|
-
}
|
67
|
-
|
68
|
-
module.exports = getIdentifierForSelection;
|
@@ -1,32 +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
|
8
|
-
* @format
|
9
|
-
*/
|
10
|
-
|
11
|
-
// flowlint ambiguous-object-type:error
|
12
|
-
|
13
|
-
'use strict';
|
14
|
-
|
15
|
-
import type {Argument} from './IR';
|
16
|
-
|
17
|
-
// Copy of Variables type from '../../../react-relay/classic/tools/RelayTypes'
|
18
|
-
// Duplicating here rather than importing it since we can't take on a dependency
|
19
|
-
// outside of relay-compiler.
|
20
|
-
type Variables = {[name: string]: mixed, ...};
|
21
|
-
|
22
|
-
function getLiteralArgumentValues(args: $ReadOnlyArray<Argument>): Variables {
|
23
|
-
const values = {};
|
24
|
-
args.forEach(arg => {
|
25
|
-
if (arg.value.kind === 'Literal') {
|
26
|
-
values[arg.name] = arg.value.value;
|
27
|
-
}
|
28
|
-
});
|
29
|
-
return values;
|
30
|
-
}
|
31
|
-
|
32
|
-
module.exports = getLiteralArgumentValues;
|
@@ -1,19 +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
|
8
|
-
* @format
|
9
|
-
*/
|
10
|
-
|
11
|
-
// flowlint ambiguous-object-type:error
|
12
|
-
|
13
|
-
'use strict';
|
14
|
-
|
15
|
-
function getNormalizationOperationName(name: string): string {
|
16
|
-
return `${name}$normalization`;
|
17
|
-
}
|
18
|
-
|
19
|
-
module.exports = getNormalizationOperationName;
|