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>
83
83
</td >
84
84
<td >
85
85
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.
87
88
88
89
</td >
89
90
</tr >
@@ -97,7 +98,8 @@ Since v2.11.0<sup>\*\*</sup>
97
98
</td >
98
99
<td >
99
100
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 ` .
101
103
102
104
</td >
103
105
</tr >
@@ -126,7 +128,8 @@ Since v2.11.0<sup>\*\*</sup>
126
128
</td >
127
129
<td >
128
130
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.
130
133
131
134
</td >
132
135
</tr >
You can’t perform that action at this time.
0 commit comments