#import "../Image.graphql" fragment TripAdvisor on CurrentFooter { trip_advisor { logoConnection { edges { node { ...Image } } } title } }