Exposing Fields from Typeorm Entity with TypeGraphQL

preview_player
Показать описание
Exposing different fields in GraphQL schema from a Typeorm entity using TypeGraphQL

----

----

----

----
Follow Me Online Here:

#benawad

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

I tried to introduce type-graphql to our project but it got rejected because (1) the latest version is 0.17.5 which they say gives a feeling of being in an alpha stage, (2) they want to use something more solid from enterprise field (like Apollo) and (3) they claim it does not bring any sensible benefit rather than using decorators to define the schema.

Do you think point 2 is valid? Can't apollo-server and type-graphql work nicely together?

Can you offer any counter argument to the other 2 points?

krige