#import "../../ContentPage/Ref.graphql" fragment AccordionBlockRefs on Accordion { questions { answer { embedded_itemsConnection { edges { node { __typename ...ContentPageRef } } } } } }