Skip to content

Commit 975e051

Browse files
committed
Merge branch 'fragment-args' of https://github.com/mjmahone/graphql-js into fragment-args
2 parents 1d61385 + e7908ef commit 975e051

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/execution/collectFields.ts

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import type {
1313
} from '../language/ast.js';
1414
import { Kind } from '../language/kinds.js';
1515
import { visit } from '../language/visitor.js';
16+
1617
import type { GraphQLObjectType } from '../type/definition.js';
1718
import { isAbstractType } from '../type/definition.js';
1819
import {

0 commit comments

Comments
 (0)