mirror of
https://github.com/vercel/commerce.git
synced 2025-05-12 12:47:50 +00:00
9 lines
134 B
TypeScript
9 lines
134 B
TypeScript
const priceFragment = /* GraphQL */ `
|
|
fragment Price on MoneyV2 {
|
|
amount
|
|
currencyCode
|
|
}
|
|
`;
|
|
|
|
export default priceFragment;
|