#import "../../Image.graphql" fragment AccountPageContentTextContent on AccountPageContentTextContent { text_content { content { embedded_itemsConnection { totalCount edges { node { __typename ...Image } } } json } } }