feat: json rich text editor, blocks, asides, general structure
This commit is contained in:
25
lib/graphql/Fragments/Breadcrumbs.graphql
Normal file
25
lib/graphql/Fragments/Breadcrumbs.graphql
Normal file
@@ -0,0 +1,25 @@
|
||||
fragment Breadcrumbs on CurrentBlocksPage {
|
||||
breadcrumbs {
|
||||
title
|
||||
parentsConnection {
|
||||
edges {
|
||||
node {
|
||||
... on CurrentBlocksPage {
|
||||
breadcrumbs {
|
||||
title
|
||||
}
|
||||
title
|
||||
url
|
||||
}
|
||||
... on TempPage {
|
||||
breadcrumbs {
|
||||
title
|
||||
}
|
||||
title
|
||||
url
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user