From 0345f589cb7282acafb70f99715eae82820a61ea Mon Sep 17 00:00:00 2001 From: "haifeng.li" Date: Tue, 3 Dec 2024 16:06:28 -0800 Subject: [PATCH] doc: modify 'Incorrect' code sample --- src/rules/graphql/no-more-than-100-fields.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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