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