File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
docs/source/reference/federation Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments