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/IRPrinter.js.flow
DELETED
@@ -1,472 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
3
|
-
*
|
4
|
-
* This source code is licensed under the MIT license found in the
|
5
|
-
* LICENSE file in the root directory of this source tree.
|
6
|
-
*
|
7
|
-
* @flow
|
8
|
-
* @format
|
9
|
-
*/
|
10
|
-
|
11
|
-
// flowlint ambiguous-object-type:error
|
12
|
-
|
13
|
-
'use strict';
|
14
|
-
|
15
|
-
import type {CompilerContextDocument} from './CompilerContext';
|
16
|
-
import type {
|
17
|
-
Argument,
|
18
|
-
ArgumentDefinition,
|
19
|
-
ArgumentValue,
|
20
|
-
Directive,
|
21
|
-
Field,
|
22
|
-
LocalArgumentDefinition,
|
23
|
-
Node,
|
24
|
-
Selection,
|
25
|
-
} from './IR';
|
26
|
-
import type {Schema, TypeID} from './Schema';
|
27
|
-
|
28
|
-
const {DEFAULT_HANDLE_KEY} = require('../util/DefaultHandleKey');
|
29
|
-
const invariant = require('invariant');
|
30
|
-
|
31
|
-
const INDENT = ' ';
|
32
|
-
|
33
|
-
/**
|
34
|
-
* Converts an IR node into a GraphQL string. Custom Relay
|
35
|
-
* extensions (directives) are not supported; to print fragments with
|
36
|
-
* variables or fragment spreads with arguments, transform the node
|
37
|
-
* prior to printing.
|
38
|
-
*/
|
39
|
-
function print(schema: Schema, node: CompilerContextDocument): string {
|
40
|
-
switch (node.kind) {
|
41
|
-
case 'Fragment':
|
42
|
-
return (
|
43
|
-
`fragment ${node.name} on ${schema.getTypeString(node.type)}` +
|
44
|
-
printFragmentArgumentDefinitions(schema, node.argumentDefinitions) +
|
45
|
-
printDirectives(schema, node.directives) +
|
46
|
-
printSelections(schema, node, '', {}) +
|
47
|
-
'\n'
|
48
|
-
);
|
49
|
-
case 'Root':
|
50
|
-
return (
|
51
|
-
`${node.operation} ${node.name}` +
|
52
|
-
printArgumentDefinitions(schema, node.argumentDefinitions) +
|
53
|
-
printDirectives(schema, node.directives) +
|
54
|
-
printSelections(schema, node, '', {}) +
|
55
|
-
'\n'
|
56
|
-
);
|
57
|
-
case 'SplitOperation':
|
58
|
-
return (
|
59
|
-
`SplitOperation ${node.name} on ${schema.getTypeString(node.type)}` +
|
60
|
-
printSelections(schema, node, '', {}) +
|
61
|
-
'\n'
|
62
|
-
);
|
63
|
-
default:
|
64
|
-
(node: empty);
|
65
|
-
invariant(false, 'IRPrinter: Unsupported IR node `%s`.', node.kind);
|
66
|
-
}
|
67
|
-
}
|
68
|
-
|
69
|
-
function printSelections(
|
70
|
-
schema: Schema,
|
71
|
-
node: Node,
|
72
|
-
indent: string,
|
73
|
-
options?: {
|
74
|
-
parentDirectives?: string,
|
75
|
-
isClientExtension?: boolean,
|
76
|
-
...
|
77
|
-
},
|
78
|
-
): string {
|
79
|
-
const selections = node.selections;
|
80
|
-
if (selections == null) {
|
81
|
-
return '';
|
82
|
-
}
|
83
|
-
const printed = selections.map(selection =>
|
84
|
-
printSelection(schema, selection, indent, options),
|
85
|
-
);
|
86
|
-
return printed.length
|
87
|
-
? ` {\n${indent + INDENT}${printed.join(
|
88
|
-
'\n' + indent + INDENT,
|
89
|
-
)}\n${indent}${options?.isClientExtension === true ? '# ' : ''}}`
|
90
|
-
: '';
|
91
|
-
}
|
92
|
-
|
93
|
-
/**
|
94
|
-
* Prints a field without subselections.
|
95
|
-
*/
|
96
|
-
function printField(
|
97
|
-
schema: Schema,
|
98
|
-
field: Field,
|
99
|
-
options?: {
|
100
|
-
parentDirectives?: string,
|
101
|
-
isClientExtension?: boolean,
|
102
|
-
...
|
103
|
-
},
|
104
|
-
): string {
|
105
|
-
const parentDirectives = options?.parentDirectives ?? '';
|
106
|
-
const isClientExtension = options?.isClientExtension === true;
|
107
|
-
return (
|
108
|
-
(isClientExtension ? '# ' : '') +
|
109
|
-
(field.alias === field.name
|
110
|
-
? field.name
|
111
|
-
: field.alias + ': ' + field.name) +
|
112
|
-
printArguments(schema, field.args) +
|
113
|
-
parentDirectives +
|
114
|
-
printDirectives(schema, field.directives) +
|
115
|
-
printHandles(schema, field)
|
116
|
-
);
|
117
|
-
}
|
118
|
-
|
119
|
-
function printSelection(
|
120
|
-
schema: Schema,
|
121
|
-
selection: Selection,
|
122
|
-
indent: string,
|
123
|
-
options?: {
|
124
|
-
parentDirectives?: string,
|
125
|
-
isClientExtension?: boolean,
|
126
|
-
...
|
127
|
-
},
|
128
|
-
): string {
|
129
|
-
let str;
|
130
|
-
const parentDirectives = options?.parentDirectives ?? '';
|
131
|
-
const isClientExtension = options?.isClientExtension === true;
|
132
|
-
if (selection.kind === 'LinkedField') {
|
133
|
-
str = printField(schema, selection, {parentDirectives, isClientExtension});
|
134
|
-
str += printSelections(schema, selection, indent + INDENT, {
|
135
|
-
isClientExtension,
|
136
|
-
});
|
137
|
-
} else if (selection.kind === 'ModuleImport') {
|
138
|
-
str = selection.selections
|
139
|
-
.map(matchSelection =>
|
140
|
-
printSelection(schema, matchSelection, indent, {
|
141
|
-
parentDirectives,
|
142
|
-
isClientExtension,
|
143
|
-
}),
|
144
|
-
)
|
145
|
-
.join('\n' + indent + INDENT);
|
146
|
-
} else if (selection.kind === 'ScalarField') {
|
147
|
-
str = printField(schema, selection, {parentDirectives, isClientExtension});
|
148
|
-
} else if (selection.kind === 'InlineFragment') {
|
149
|
-
str = '';
|
150
|
-
if (isClientExtension) {
|
151
|
-
str += '# ';
|
152
|
-
}
|
153
|
-
str += '... on ' + schema.getTypeString(selection.typeCondition);
|
154
|
-
str += parentDirectives;
|
155
|
-
str += printDirectives(schema, selection.directives);
|
156
|
-
str += printSelections(schema, selection, indent + INDENT, {
|
157
|
-
isClientExtension,
|
158
|
-
});
|
159
|
-
} else if (selection.kind === 'FragmentSpread') {
|
160
|
-
str = '';
|
161
|
-
if (isClientExtension) {
|
162
|
-
str += '# ';
|
163
|
-
}
|
164
|
-
str += '...' + selection.name;
|
165
|
-
str += parentDirectives;
|
166
|
-
str += printFragmentArguments(schema, selection.args);
|
167
|
-
str += printDirectives(schema, selection.directives);
|
168
|
-
} else if (selection.kind === 'InlineDataFragmentSpread') {
|
169
|
-
str =
|
170
|
-
`# ${selection.name} @inline` +
|
171
|
-
`\n${indent}${INDENT}...` +
|
172
|
-
parentDirectives +
|
173
|
-
printSelections(schema, selection, indent + INDENT, {});
|
174
|
-
} else if (selection.kind === 'Condition') {
|
175
|
-
const value = printValue(schema, selection.condition, null);
|
176
|
-
// For Flow
|
177
|
-
invariant(
|
178
|
-
value != null,
|
179
|
-
'IRPrinter: Expected a variable for condition, got a literal `null`.',
|
180
|
-
);
|
181
|
-
let condStr = selection.passingValue ? ' @include' : ' @skip';
|
182
|
-
condStr += '(if: ' + value + ')';
|
183
|
-
condStr += parentDirectives;
|
184
|
-
// For multi-selection conditions, pushes the condition down to each
|
185
|
-
const subSelections = selection.selections.map(sel =>
|
186
|
-
printSelection(schema, sel, indent, {
|
187
|
-
parentDirectives: condStr,
|
188
|
-
isClientExtension,
|
189
|
-
}),
|
190
|
-
);
|
191
|
-
str = subSelections.join('\n' + indent + INDENT);
|
192
|
-
} else if (selection.kind === 'Stream') {
|
193
|
-
let streamStr = parentDirectives;
|
194
|
-
streamStr += ` @stream(label: "${selection.label}"`;
|
195
|
-
if (selection.if !== null) {
|
196
|
-
streamStr += `, if: ${printValue(schema, selection.if, null) ?? ''}`;
|
197
|
-
}
|
198
|
-
if (selection.initialCount !== null) {
|
199
|
-
streamStr += `, initial_count: ${
|
200
|
-
printValue(schema, selection.initialCount, null) ?? ''
|
201
|
-
}`;
|
202
|
-
}
|
203
|
-
if (selection.useCustomizedBatch !== null) {
|
204
|
-
streamStr += `, use_customized_batch: ${
|
205
|
-
printValue(schema, selection.useCustomizedBatch, null) ?? 'false'
|
206
|
-
}`;
|
207
|
-
}
|
208
|
-
streamStr += ')';
|
209
|
-
const subSelections = selection.selections.map(sel =>
|
210
|
-
printSelection(schema, sel, indent, {
|
211
|
-
parentDirectives: streamStr,
|
212
|
-
isClientExtension,
|
213
|
-
}),
|
214
|
-
);
|
215
|
-
str = subSelections.join('\n' + INDENT);
|
216
|
-
} else if (selection.kind === 'Defer') {
|
217
|
-
let deferStr = parentDirectives;
|
218
|
-
deferStr += ` @defer(label: "${selection.label}"`;
|
219
|
-
if (selection.if !== null) {
|
220
|
-
deferStr += `, if: ${printValue(schema, selection.if, null) ?? ''}`;
|
221
|
-
}
|
222
|
-
deferStr += ')';
|
223
|
-
if (
|
224
|
-
selection.selections.every(
|
225
|
-
subSelection =>
|
226
|
-
subSelection.kind === 'InlineFragment' ||
|
227
|
-
subSelection.kind === 'FragmentSpread',
|
228
|
-
)
|
229
|
-
) {
|
230
|
-
const subSelections = selection.selections.map(sel =>
|
231
|
-
printSelection(schema, sel, indent, {
|
232
|
-
parentDirectives: deferStr,
|
233
|
-
isClientExtension,
|
234
|
-
}),
|
235
|
-
);
|
236
|
-
str = subSelections.join('\n' + INDENT);
|
237
|
-
} else {
|
238
|
-
str = '...' + deferStr;
|
239
|
-
str += printSelections(schema, selection, indent + INDENT, {
|
240
|
-
isClientExtension,
|
241
|
-
});
|
242
|
-
}
|
243
|
-
} else if (selection.kind === 'ClientExtension') {
|
244
|
-
invariant(
|
245
|
-
isClientExtension === false,
|
246
|
-
'IRPrinter: Did not expect to encounter a ClientExtension node ' +
|
247
|
-
'as a descendant of another ClientExtension node.',
|
248
|
-
);
|
249
|
-
str =
|
250
|
-
'# Client-only selections:\n' +
|
251
|
-
indent +
|
252
|
-
INDENT +
|
253
|
-
selection.selections
|
254
|
-
.map(sel =>
|
255
|
-
printSelection(schema, sel, indent, {
|
256
|
-
parentDirectives,
|
257
|
-
isClientExtension: true,
|
258
|
-
}),
|
259
|
-
)
|
260
|
-
.join('\n' + indent + INDENT);
|
261
|
-
} else {
|
262
|
-
(selection: empty);
|
263
|
-
invariant(false, 'IRPrinter: Unknown selection kind `%s`.', selection.kind);
|
264
|
-
}
|
265
|
-
return str;
|
266
|
-
}
|
267
|
-
|
268
|
-
function printArgumentDefinitions(
|
269
|
-
schema: Schema,
|
270
|
-
argumentDefinitions: $ReadOnlyArray<LocalArgumentDefinition>,
|
271
|
-
): string {
|
272
|
-
const printed = argumentDefinitions.map(def => {
|
273
|
-
let str = `$${def.name}: ${schema.getTypeString(def.type)}`;
|
274
|
-
if (def.defaultValue != null) {
|
275
|
-
str += ' = ' + printLiteral(schema, def.defaultValue, def.type);
|
276
|
-
}
|
277
|
-
return str;
|
278
|
-
});
|
279
|
-
return printed.length ? `(\n${INDENT}${printed.join('\n' + INDENT)}\n)` : '';
|
280
|
-
}
|
281
|
-
|
282
|
-
function printFragmentArgumentDefinitions(
|
283
|
-
schema: Schema,
|
284
|
-
argumentDefinitions: $ReadOnlyArray<ArgumentDefinition>,
|
285
|
-
): string {
|
286
|
-
let printed;
|
287
|
-
argumentDefinitions.forEach(def => {
|
288
|
-
if (def.kind !== 'LocalArgumentDefinition') {
|
289
|
-
return;
|
290
|
-
}
|
291
|
-
printed = printed || [];
|
292
|
-
let str = `${def.name}: {type: "${schema.getTypeString(def.type)}"`;
|
293
|
-
if (def.defaultValue != null) {
|
294
|
-
str += `, defaultValue: ${printLiteral(
|
295
|
-
schema,
|
296
|
-
def.defaultValue,
|
297
|
-
def.type,
|
298
|
-
)}`;
|
299
|
-
}
|
300
|
-
str += '}';
|
301
|
-
printed.push(str);
|
302
|
-
});
|
303
|
-
return printed && printed.length
|
304
|
-
? ` @argumentDefinitions(\n${INDENT}${printed.join('\n' + INDENT)}\n)`
|
305
|
-
: '';
|
306
|
-
}
|
307
|
-
|
308
|
-
function printHandles(schema: Schema, field: Field): string {
|
309
|
-
if (!field.handles) {
|
310
|
-
return '';
|
311
|
-
}
|
312
|
-
const printed = field.handles.map(handle => {
|
313
|
-
// For backward compatibility.
|
314
|
-
const key =
|
315
|
-
handle.key === DEFAULT_HANDLE_KEY ? '' : `, key: "${handle.key}"`;
|
316
|
-
const filters =
|
317
|
-
handle.filters == null
|
318
|
-
? ''
|
319
|
-
: `, filters: ${JSON.stringify(Array.from(handle.filters).sort())}`;
|
320
|
-
const handleArgs =
|
321
|
-
handle.handleArgs == null
|
322
|
-
? ''
|
323
|
-
: `, handleArgs: ${printArguments(schema, handle.handleArgs)}`;
|
324
|
-
return `@__clientField(handle: "${handle.name}"${key}${filters}${handleArgs})`;
|
325
|
-
});
|
326
|
-
return printed.length ? ' ' + printed.join(' ') : '';
|
327
|
-
}
|
328
|
-
|
329
|
-
function printDirectives(
|
330
|
-
schema: Schema,
|
331
|
-
directives: $ReadOnlyArray<Directive>,
|
332
|
-
): string {
|
333
|
-
const printed = directives.map(directive => {
|
334
|
-
return '@' + directive.name + printArguments(schema, directive.args);
|
335
|
-
});
|
336
|
-
return printed.length ? ' ' + printed.join(' ') : '';
|
337
|
-
}
|
338
|
-
|
339
|
-
function printFragmentArguments(
|
340
|
-
schema: Schema,
|
341
|
-
args: $ReadOnlyArray<Argument>,
|
342
|
-
) {
|
343
|
-
const printedArgs = printArguments(schema, args);
|
344
|
-
if (!printedArgs.length) {
|
345
|
-
return '';
|
346
|
-
}
|
347
|
-
return ` @arguments${printedArgs}`;
|
348
|
-
}
|
349
|
-
|
350
|
-
function printArguments(
|
351
|
-
schema: Schema,
|
352
|
-
args: $ReadOnlyArray<Argument>,
|
353
|
-
): string {
|
354
|
-
const printed = [];
|
355
|
-
args.forEach(arg => {
|
356
|
-
const printedValue = printValue(schema, arg.value, arg.type);
|
357
|
-
if (printedValue != null) {
|
358
|
-
printed.push(arg.name + ': ' + printedValue);
|
359
|
-
}
|
360
|
-
});
|
361
|
-
return printed.length ? '(' + printed.join(', ') + ')' : '';
|
362
|
-
}
|
363
|
-
|
364
|
-
function printValue(
|
365
|
-
schema: Schema,
|
366
|
-
value: ArgumentValue,
|
367
|
-
type: ?TypeID,
|
368
|
-
): ?string {
|
369
|
-
if (type != null && schema.isNonNull(type)) {
|
370
|
-
type = schema.getNullableType(type);
|
371
|
-
}
|
372
|
-
if (value.kind === 'Variable') {
|
373
|
-
return '$' + value.variableName;
|
374
|
-
} else if (value.kind === 'ObjectValue') {
|
375
|
-
const inputType = type != null ? schema.asInputObjectType(type) : null;
|
376
|
-
const pairs = value.fields
|
377
|
-
.map(field => {
|
378
|
-
const fieldConfig =
|
379
|
-
inputType != null
|
380
|
-
? schema.hasField(inputType, field.name)
|
381
|
-
? schema.getFieldConfig(schema.expectField(inputType, field.name))
|
382
|
-
: null
|
383
|
-
: null;
|
384
|
-
const innerValue = printValue(schema, field.value, fieldConfig?.type);
|
385
|
-
return innerValue == null ? null : field.name + ': ' + innerValue;
|
386
|
-
})
|
387
|
-
.filter(Boolean);
|
388
|
-
|
389
|
-
return '{' + pairs.join(', ') + '}';
|
390
|
-
} else if (value.kind === 'ListValue') {
|
391
|
-
invariant(
|
392
|
-
type && schema.isList(type),
|
393
|
-
'GraphQLIRPrinter: Need a type in order to print arrays.',
|
394
|
-
);
|
395
|
-
const innerType = schema.getListItemType(type);
|
396
|
-
return `[${value.items
|
397
|
-
.map(i => printValue(schema, i, innerType))
|
398
|
-
.join(', ')}]`;
|
399
|
-
} else if (value.value != null) {
|
400
|
-
return printLiteral(schema, value.value, type);
|
401
|
-
} else {
|
402
|
-
return null;
|
403
|
-
}
|
404
|
-
}
|
405
|
-
|
406
|
-
function printLiteral(schema: Schema, value: mixed, type: ?TypeID): string {
|
407
|
-
if (value == null) {
|
408
|
-
return JSON.stringify(value) ?? 'null';
|
409
|
-
}
|
410
|
-
if (type != null && schema.isNonNull(type)) {
|
411
|
-
type = schema.getNullableType(type);
|
412
|
-
}
|
413
|
-
|
414
|
-
if (type && schema.isEnum(type)) {
|
415
|
-
let result = schema.serialize(schema.assertEnumType(type), value);
|
416
|
-
if (result == null && typeof value === 'string') {
|
417
|
-
// For backwards compatibility, print invalid input values as-is. This
|
418
|
-
// can occur with literals defined as an @argumentDefinitions
|
419
|
-
// defaultValue.
|
420
|
-
result = value;
|
421
|
-
}
|
422
|
-
invariant(
|
423
|
-
typeof result === 'string',
|
424
|
-
'IRPrinter: Expected value of type %s to be a valid enum value, got `%s`.',
|
425
|
-
schema.getTypeString(type),
|
426
|
-
JSON.stringify(value) ?? 'null',
|
427
|
-
);
|
428
|
-
return result;
|
429
|
-
} else if (type && (schema.isId(type) || schema.isInt(type))) {
|
430
|
-
return JSON.stringify(value) ?? '';
|
431
|
-
} else if (type && schema.isScalar(type)) {
|
432
|
-
const result = schema.serialize(schema.assertScalarType(type), value);
|
433
|
-
return JSON.stringify(result) ?? '';
|
434
|
-
} else if (Array.isArray(value)) {
|
435
|
-
invariant(
|
436
|
-
type && schema.isList(type),
|
437
|
-
'IRPrinter: Need a type in order to print arrays.',
|
438
|
-
);
|
439
|
-
const itemType = schema.getListItemType(type);
|
440
|
-
return (
|
441
|
-
'[' +
|
442
|
-
value.map(item => printLiteral(schema, item, itemType)).join(', ') +
|
443
|
-
']'
|
444
|
-
);
|
445
|
-
} else if (type && schema.isList(type) && value != null) {
|
446
|
-
// Not an array, but still a list. Treat as list-of-one as per spec 3.1.7:
|
447
|
-
// http://facebook.github.io/graphql/October2016/#sec-Lists
|
448
|
-
return printLiteral(schema, value, schema.getListItemType(type));
|
449
|
-
} else if (typeof value === 'object' && value != null) {
|
450
|
-
const fields = [];
|
451
|
-
invariant(
|
452
|
-
type && schema.isInputObject(type),
|
453
|
-
'IRPrinter: Need an InputObject type to print objects.',
|
454
|
-
);
|
455
|
-
const inputType = schema.assertInputObjectType(type);
|
456
|
-
for (const key in value) {
|
457
|
-
if (value.hasOwnProperty(key)) {
|
458
|
-
const fieldConfig = schema.getFieldConfig(
|
459
|
-
schema.expectField(inputType, key),
|
460
|
-
);
|
461
|
-
fields.push(
|
462
|
-
key + ': ' + printLiteral(schema, value[key], fieldConfig.type),
|
463
|
-
);
|
464
|
-
}
|
465
|
-
}
|
466
|
-
return '{' + fields.join(', ') + '}';
|
467
|
-
} else {
|
468
|
-
return JSON.stringify(value) ?? 'null';
|
469
|
-
}
|
470
|
-
}
|
471
|
-
|
472
|
-
module.exports = {print, printField, printArguments, printDirectives};
|