Skip to content

Commit

Permalink
Update src/docs/no-more-than-1-parent-record.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Hawkins <[email protected]>
  • Loading branch information
clivewong and khawkins authored Oct 29, 2024
1 parent d021808 commit 4358f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/no-more-than-1-parent-record.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# no-more-than-1-parent-record

This rule flags queries that fetch child entities fetching more than 1 parent record with GraphQL. To resolve this error, set the parent's 'first' argument value to 1.
For GraphQL queries containing parent records with child entities, Offline GraphQL does not support retrieving more than one parent record using the 'first' argument. To resolve this error, set the parent's 'first' argument value to 1.

See [Feature Limitations of Offline GraphQL
](https://developer.salesforce.com/docs/atlas.en-us.mobile_offline.meta/mobile_offline/use_graphql_limitations.htm) for more details.
Expand Down

0 comments on commit 4358f29

Please sign in to comment.