Move database-layer endpoints to API #1243
Labels
API dev experience
Changes to the API gateway that will make feature implementation easier
good first issue
Good for newcomers
refactoring
#1234 already provided the database access to the API gateway and as an example moved a first endpoint, UserSetDescriptionMutation, to the API gateway. Now the other endpoints can be moved in similar fashion. The goal of this is to reduce complexity, as the separation in different services with different programming languages has not added a lot of advantage.
EntitySortMutationIs not needed after MoveCoursePage
s intoCourse
(first step) db-migrations#338notificationEvent
, see Remove endpointnotificationEvent
#1454static pages
intoentities
#1556See https://github.com/serlo/api.serlo.org/blob/staging/packages/server/src/model/database-layer.ts
The text was updated successfully, but these errors were encountered: