Skip to content

Commit 19bda88

Browse files
committed
lint
1 parent 0a8e476 commit 19bda88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transform/collectFields.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function collectFieldsImpl(
141141
selectionSet: SelectionSetNode,
142142
groupedFieldSet: AccumulatorMap<string, FieldDetails>,
143143
deferredFragmentTree: DeferredFragmentTree,
144-
deferLabel?: string | undefined,
144+
deferLabel?: string,
145145
fragmentVariableValues?: VariableValues,
146146
): void {
147147
const {

0 commit comments

Comments
 (0)