Files
web/lib/graphql/Fragments/CurrentFooter/TripAdvisor.graphql

15 lines
194 B
GraphQL

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