feat(SW-187): Added social media data and copyright label
This commit is contained in:
11
lib/graphql/Fragments/Footer/SocialMedia.graphql
Normal file
11
lib/graphql/Fragments/Footer/SocialMedia.graphql
Normal file
@@ -0,0 +1,11 @@
|
||||
fragment SocialMedia on Footer {
|
||||
social_media {
|
||||
links {
|
||||
href {
|
||||
href
|
||||
title
|
||||
}
|
||||
type
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
#import "../Fragments/Footer/AppDownloads.graphql"
|
||||
#import "../Fragments/Footer/MainLinks.graphql"
|
||||
#import "../Fragments/Footer/SecondaryLinks.graphql"
|
||||
#import "../Fragments/Footer/SocialMedia.graphql"
|
||||
#import "../Fragments/Footer/Refs/MainLinks.graphql"
|
||||
#import "../Fragments/Footer/Refs/SecondaryLinks.graphql"
|
||||
#import "../Fragments/Refs/System.graphql"
|
||||
@@ -11,6 +12,7 @@ query GetFooter($locale: String!) {
|
||||
...MainLinks
|
||||
...SecondaryLinks
|
||||
...AppDownloads
|
||||
...SocialMedia
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user