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