23 lines
392 B
GraphQL
23 lines
392 B
GraphQL
#import "../PageLinks.graphql"
|
|
|
|
fragment TextBlock on CurrentBlocksPageBlocksText {
|
|
text {
|
|
content {
|
|
embedded_itemsConnection {
|
|
totalCount
|
|
edges {
|
|
node {
|
|
...CurrentBlocksPageLink
|
|
...TempPageLink
|
|
... on SysAsset {
|
|
title
|
|
url
|
|
}
|
|
}
|
|
}
|
|
}
|
|
json
|
|
}
|
|
}
|
|
}
|