fix: add intents for buttons
This commit is contained in:
9
lib/graphql/Fragments/Breadcrumbs.graphql
Normal file
9
lib/graphql/Fragments/Breadcrumbs.graphql
Normal file
@@ -0,0 +1,9 @@
|
||||
fragment Breadcrumbs on CurrentBlocksPage {
|
||||
breadcrumbs {
|
||||
parents {
|
||||
href
|
||||
title
|
||||
}
|
||||
title
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user