#import "./Image.graphql" fragment Hero on Hero { imagesConnection { totalCount edges { node { ...Image } } } }