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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user