feat(SW-187): moved footer fragments to CurrentFooter folder
This commit is contained in:
14
lib/graphql/Fragments/CurrentFooter/TripAdvisor.graphql
Normal file
14
lib/graphql/Fragments/CurrentFooter/TripAdvisor.graphql
Normal file
@@ -0,0 +1,14 @@
|
||||
#import "../Image.graphql"
|
||||
|
||||
fragment TripAdvisor on CurrentFooter {
|
||||
trip_advisor {
|
||||
logoConnection {
|
||||
edges {
|
||||
node {
|
||||
...Image
|
||||
}
|
||||
}
|
||||
}
|
||||
title
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user