#import "../Puff.graphql" fragment PuffAside on CurrentBlocksPageAsidePuff { puff { puffConnection { totalCount edges { node { ...Puff } } } } }