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