#import "./PageLinks.graphql" fragment Hero on Hero { imagesConnection { totalCount edges { node { dimension { height width } title url } } } }