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