Files
web/lib/graphql/Fragments/Breadcrumbs.graphql
2024-02-22 16:33:00 +01:00

10 lines
119 B
GraphQL

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