2024-06-28 18:21:44 +03:00

9 lines
134 B
TypeScript

const priceFragment = /* GraphQL */ `
fragment Price on MoneyV2 {
amount
currencyCode
}
`;
export default priceFragment;