mirror of
https://github.com/vercel/commerce.git
synced 2025-05-22 09:26:59 +00:00
13 lines
204 B
TypeScript
13 lines
204 B
TypeScript
export const pageContentFragment = /* GraphQL */ `
|
|
fragment pageContent on WebPage {
|
|
__typename
|
|
entityId
|
|
name
|
|
seo {
|
|
metaKeywords
|
|
metaDescription
|
|
pageTitle
|
|
}
|
|
}
|
|
`;
|