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