import { gql } from "graphql-tag" export const Navigation = gql` fragment Navigation on CurrentFooter { navigation { links { href title } title } } `