issues
search
samuelashraff
/
rest-to-graphql-migration
0
stars
1
forks
source link
GQL Migrations
#41
Closed
Nurou
closed
11 months ago
Nurou
commented
1 year ago
Migrate parts of app to gql:
course details: we make 3 requests (course, lectures and assignments) -> combine to 1 with GQL
add course: convert to GQL mutation
fetch timetable data in main view loader
Discussion points
End result will be part of backend in REST, part in GQL
Migration will be done by feature (read: home page view, write: addition of new courses, update: edit course details, delete: lecture)
Focus on: challenges in moving (type generation from GQL schema -> now we have 2 sources for types: db and schema -> how handle?)
Migrate parts of app to gql:
Discussion points