Files
web/lib/graphql/Fragments/PageLinks.graphql
T

17 lines
190 B
GraphQL

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