Files
web/lib/graphql/Fragments/Footer/SocialMedia.graphql
2024-06-05 10:23:14 +02:00

18 lines
205 B
GraphQL

fragment SocialMedia on CurrentFooter {
social_media {
title
facebook {
href
title
}
instagram {
href
title
}
twitter {
href
title
}
}
}