fix: get locale from page connection
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
fragment CurrentBlocksPageLink on CurrentBlocksPage {
|
||||
system {
|
||||
uid
|
||||
locale
|
||||
}
|
||||
title
|
||||
url
|
||||
@@ -9,7 +10,8 @@ fragment CurrentBlocksPageLink on CurrentBlocksPage {
|
||||
fragment TempPageLink on TempPage {
|
||||
system {
|
||||
uid
|
||||
locale
|
||||
}
|
||||
title
|
||||
url
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user