Files
web/lib/graphql/Fragments/PageLinks.graphql
2024-04-16 09:24:31 +02:00

38 lines
397 B
GraphQL

fragment CurrentBlocksPageLink on CurrentBlocksPage {
system {
locale
uid
}
title
url
}
fragment AccountPageLink on AccountPage {
system {
locale
uid
}
title
url
}
fragment LoyaltyPageLink on LoyaltyPage {
system {
locale
uid
}
title
url
}
fragment ContentPageLink on ContentPage {
system {
locale
uid
}
web {
url
}
title
}