We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ac1ee commit e257fe8Copy full SHA for e257fe8
packages/apollo-gateway/src/FieldSet.ts
@@ -138,7 +138,7 @@ function mergeFieldNodeSelectionSets(
138
): SelectionNode[] {
139
const [fieldNodes, fragmentNodes] = partition(
140
selectionNodes,
141
- (node: SelectionNode): node is FieldNode => node.kind === 'Field',
+ (node: SelectionNode): node is FieldNode => node.kind === Kind.FIELD,
142
);
143
144
const [aliasedFieldNodes, nonAliasedFieldNodes] = partition(
0 commit comments