Files
web/lib/graphql/Fragments/PageLinks.graphql
2024-02-12 13:20:45 +01:00

17 lines
190 B
GraphQL

fragment CurrentBlocksPageLink on CurrentBlocksPage {
system {
uid
locale
}
title
url
}
fragment TempPageLink on TempPage {
system {
uid
locale
}
title
url
}