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