We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8e476 commit 19bda88Copy full SHA for 19bda88
src/transform/collectFields.ts
@@ -141,7 +141,7 @@ function collectFieldsImpl(
141
selectionSet: SelectionSetNode,
142
groupedFieldSet: AccumulatorMap<string, FieldDetails>,
143
deferredFragmentTree: DeferredFragmentTree,
144
- deferLabel?: string | undefined,
+ deferLabel?: string,
145
fragmentVariableValues?: VariableValues,
146
): void {
147
const {
0 commit comments