import { gql } from "graphql-tag" export const CurrentFooterSocialMedia = gql` fragment CurrentFooterSocialMedia on CurrentFooter { social_media { title facebook { href title } instagram { href title } twitter { href title } } } `