mirror of
https://github.com/vercel/commerce.git
synced 2025-05-08 02:37:58 +00:00
8 lines
133 B
TypeScript
8 lines
133 B
TypeScript
const metaFragment = /* GraphQL */ `
|
|
fragment Meta on MetadataType {
|
|
title
|
|
description
|
|
}
|
|
`;
|
|
export default metaFragment;
|