Skip to content

Commit 1bf9484

Browse files
authored
only client-requested sparse fieldsets are exception to full linkage requirement
The current wording could be misunderstood that also fields excluded by the server if client does _not_ request a sparse fieldset are an exception for full linkage requirement. This changes clarifies that only exception is if a client _explicilty_ requested a sparse fieldset, which does not include a relationship required for full linkage.
1 parent 0ce877d commit 1bf9484

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_format/1.1/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,8 @@ included without a direct or indirect relationship to the document's primary
623623
data.
624624

625625
The only exception to the full linkage requirement is when relationship fields
626-
that would otherwise contain linkage data are excluded via [sparse fieldsets](#fetching-sparse-fieldsets).
626+
that would otherwise contain linkage data are excluded due to
627+
[sparse fieldsets](#fetching-sparse-fieldsets) requested by the client.
627628

628629
A complete example document with multiple included relationships:
629630

0 commit comments

Comments
 (0)