Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update contest team and manage routes (#1449)
* Add graphql functions in hasura/contest.ts and Add routes in routes/contest.ts offerred to frontend * add annotations for hasura/contest.ts * change start/end data type (from string to Date) * update routes/contests.ts, add response info (message and stack) * delete inappropriate route and classify routes: 1.contest management 2.contest team * delete useless routes in team.ts * fix errors: delete all defined but never used imports * fix contest.ts * update contest.ts ( fix return expressions ) * delete 'AuthenticationError' * add authenticate params in src/routes/team.ts as well as manage.ts * update routes and gqls to make params in update operations optional * fix errors in contest.ts * fix error in dynamic params and improved several points * fix errors in /manage.ts
- Loading branch information