#import "./Image.graphql" fragment Preamble on CurrentBlocksPage { preamble { text { json embedded_itemsConnection(limit: 30) { edges { node { __typename ...Image } } } } } }