import { gql } from "graphql-tag" export const SocialMedia = gql` fragment SocialMedia on Footer { social_media { links { href { href title } type } } } `