Skip to content

Commit 4358f29

Browse files
clivewongkhawkins
andauthored
Update src/docs/no-more-than-1-parent-record.md
Co-authored-by: Kevin Hawkins <[email protected]>
1 parent d021808 commit 4358f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/no-more-than-1-parent-record.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# no-more-than-1-parent-record
22

3-
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.
3+
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.
44

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

0 commit comments

Comments
 (0)