Connect your Angular app to any existing backend with GraphQL | Uri Goldstein

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

I have to say this does not look very appetizing - I think maybe a hybrid approach of rest to GraphQL is a better approach - where one can use GraphQL to rapidly deploy end points, context and authentication still needs separated - in a normal organization separation of physical concerns will require you to separate this instance.

I think there is a benefit to doing both - creating a rest api using passport, express, sessions - and then instead of using Prisma or something ugly, use clean graphs - but on a separate physical instance. this would also support server side rendering, by design and would pass security concerns. today, at a place chase - this would not be allowed, even though this old I think I think it stands true as of 2021.

chrisburd