Skip to content

Commit

Permalink
fix: remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-li-at-salesforce committed Oct 2, 2024
1 parent c60e558 commit d0c4eca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rules/graphql/no-more-than-100-fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ export const rule: GraphQLESLintRule = {
create(context: GraphQLESLintRuleContext) {
return {
Field(node) {
// report lint issue if the graphql is like '... uiapi { aggregate { ...'
if (node.name.value === 'node') {
const childSelectionSet = node.selectionSet;
if (
Expand Down

0 comments on commit d0c4eca

Please sign in to comment.