Files
web/lib/graphql/Fragments/Breadcrumbs/CurrentBlocksPage.graphql
2024-09-24 09:47:31 +02:00

10 lines
136 B
GraphQL

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