import { gql } from "graphql-tag" export const Metadata = gql` fragment Metadata on SeoMetadata { noindex description title seo_image } `