Skip to content

Commit d535d07

Browse files
committed
Address PR comments
1 parent eb9499c commit d535d07

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/source/reference/federation/errors.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ Since v2.11.0<sup>\*\*</sup>
8383
</td>
8484
<td>
8585

86-
`$batch` key is not reflected in the output selection of connector.
86+
Every field used on `$batch` must also appear in the `selection` of the same connector.
87+
See [Rules for `batch` Connectors](/graphos/connectors/requests/batching#rules-for-batch-connectors) for more information.
8788

8889
</td>
8990
</tr>
@@ -97,7 +98,8 @@ Since v2.11.0<sup>\*\*</sup>
9798
</td>
9899
<td>
99100

100-
A `@key` could not be resolved for the given combination of variables.
101+
A `@key` could not be resolved for the given combination of variables. In order to create a valid `@key`
102+
selection's are expected contain at least one of the following variables: `$args`, `$this`, or `$batch`.
101103

102104
</td>
103105
</tr>
@@ -126,7 +128,8 @@ Since v2.11.0<sup>\*\*</sup>
126128
</td>
127129
<td>
128130

129-
Connector `$batch` key cannot be derived from a non-root variable such as `$this` or `$context`.
131+
Variables (such as `$this` or `$context`) to define Connector `$batch` selections.
132+
Batch selections should be mapped from the `$batch` variable.
130133

131134
</td>
132135
</tr>

0 commit comments

Comments
 (0)