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