Skip to content

Commit

Permalink
doc: modify 'Incorrect' code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-li-at-salesforce committed Dec 4, 2024
1 parent 63d36fa commit 0345f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/graphql/no-more-than-100-fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const rule: GraphQLESLintRule = {
query OpportunityExample {
uiapi {
query {
Opportunity {
Opportunity(first: 201) {
edges {
node {
Id
Expand Down

0 comments on commit 0345f58

Please sign in to comment.