10 lines
136 B
GraphQL
10 lines
136 B
GraphQL
fragment CurrentBlocksPageBreadcrumbs on CurrentBlocksPage {
|
|
breadcrumbs {
|
|
parents {
|
|
href
|
|
title
|
|
}
|
|
title
|
|
}
|
|
}
|