22 lines
393 B
GraphQL
22 lines
393 B
GraphQL
#import "../PageLinks.graphql"
|
|
|
|
fragment PreambleBlock on CurrentBlocksPageBlocksPreamble {
|
|
preamble {
|
|
text {
|
|
json
|
|
embedded_itemsConnection(limit: 30) {
|
|
edges {
|
|
node {
|
|
...CurrentBlocksPageLink
|
|
...TempPageLink
|
|
... on SysAsset {
|
|
title
|
|
url
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|