Typescript Types for GraphQL Resolvers

preview_player
Показать описание
Investigating some possible ways to add Typescript types to GraphQL resolvers.

Links from video:

----
Video Suggestions:

----
Follow Me Online Here:

----
#benawad

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

Ben, you might want to check out graphql-code-generator. It uses templates for generation, so it's totally configurable. I'm liking it so far.

rhsjmm
Автор

Hey Ben, have you got your head around React createContext (16.3+) yet and will you be making a video about it?

maxiequa
Автор

great video. This notion of generating unified static types for client code and server code is very compelling, but as you are discovering, the current tools are mediocre at best. My experience using graphql-bindings has been pretty awful as none of the examples work as explained in the repo readmes.

psn
Автор

Typing GraphQL resolvers has been a thorn in my side for a little while now.

CoryDeppen