Feature/turbopack * . * . * pin import-in-the-middle * update marker * revert back to using *.graphql.ts Approved-by: Linus Flood
11 lines
159 B
TypeScript
11 lines
159 B
TypeScript
import { gql } from "graphql-tag"
|
|
|
|
export const Metadata = gql`
|
|
fragment Metadata on SeoMetadata {
|
|
noindex
|
|
description
|
|
title
|
|
seo_image
|
|
}
|
|
`
|