diff --git a/package.json b/package.json index be6ff6c..c2db445 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,8 @@ "/dist" ], "dependencies": { - "@graphql-eslint/eslint-plugin": "^3.20.1" + "@graphql-eslint/eslint-plugin": "^3.20.1", + "@typescript-eslint/utils": "^7.8.0" }, "devDependencies": { "@commitlint/cli": "^19.5.0", @@ -76,7 +77,6 @@ "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.18.0", "@typescript-eslint/rule-tester": "^7.8.0", - "@typescript-eslint/utils": "^7.8.0", "conventional-changelog-conventionalcommits": "^8.0.0", "eslint": "^8.57.0", "eslint-plugin-eslint-plugin": "^6.3.1", diff --git a/src/rules/graphql/no-more-than-100-fields.ts b/src/rules/graphql/no-more-than-100-fields.ts index 8b724c5..eeddab9 100644 --- a/src/rules/graphql/no-more-than-100-fields.ts +++ b/src/rules/graphql/no-more-than-100-fields.ts @@ -57,7 +57,7 @@ export const rule: GraphQLESLintRule = { query OpportunityExample { uiapi { query { - Opportunity { + Opportunity(first: 201) { edges { node { Id