## Description Fixes #6800 where parallel GraphQL queries with different locales / fallbackLocales do not return their data properly.
This commit is contained in:
@@ -136,8 +136,8 @@ const batchAndLoadDocs =
|
||||
depth,
|
||||
docID: doc.id,
|
||||
draft,
|
||||
fallbackLocale: req.fallbackLocale,
|
||||
locale: req.locale,
|
||||
fallbackLocale,
|
||||
locale,
|
||||
overrideAccess,
|
||||
showHiddenFields,
|
||||
transactionID: req.transactionID,
|
||||
|
||||
Reference in New Issue
Block a user