schon/storefront/app/graphql/fragments/promocodes.fragment.ts
2026-02-27 21:59:51 +03:00

10 lines
160 B
TypeScript

export const PROMOCODE_FRAGMENT = gql`
fragment Promocode on PromoCodeType {
code
discount
discountType
endTime
startTime
uuid
}
`;