Files
web/lib/graphql/Fragments/Breadcrumbs.graphql
2024-04-12 16:10:58 +02:00

10 lines
119 B
GraphQL

fragment Breadcrumbs on CurrentBlocksPage {
breadcrumbs {
parents {
href
title
}
title
}
}