You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Given a list of string IDs of backends within the federation, returns those backends' full details as FederationBackend objects
420
+
* Given a list of string IDs of backends within the federation, returns those backends' full details as FederationBackend objects.
421
421
*
422
422
* @param {Array<string>} backendIds - The IDs of backends within the federation
423
-
* @returns {Array<FederationBackend>} An array in the same order as the input, containing for each position either the full details of the backend, or `null` if no backend with the given ID exists
423
+
* @returns {Array<FederationBackend>} An array in the same order as the input, containing for each position the full details of the backend
* Given a list of string IDs of backends within the federation, returns those backends' full details as FederationBackend objects
225
+
* Given a list of string IDs of backends within the federation, returns those backends' full details as FederationBackend objects.
225
226
*
226
227
* @param {Array<string>} backendIds - The IDs of backends within the federation
227
-
* @returns {Array<FederationBackend | null>} An array in the same order as the input, containing for each position either the full details of the backend, or `null` if no backend with the given ID exists
228
+
* @returns {Array<FederationBackend>} An array in the same order as the input, containing for each position the full details of the backend
228
229
*/
229
230
getFederationBackends(backendIds){
230
231
// Let 'single case' function do the work, but pass `this` so that `this.data.federation` can be accessed in the callback context
0 commit comments