Type safe GraphQL with TypeScript

Channel:
Subscribers:
725,000
Published on ● Video Link: https://www.youtube.com/watch?v=DfZVi1DwpsM



Duration: 25:19
13,389 views
256


When building with GraphQL you define the schema up front and this can be really handy go use when it comes to writing the queries, resolvers, etc., especially if it’s in TypeScript. So, how do you go about doing the type generation? We’ll take a look at a tool that can generate you the TypeScript types, then implement our backend using them before looking at how they can plug into the front end with React Hooks. We’ll cap off by learning how to model our storage platform effectively using its own types and combine them with the GraphQL schema types.

PUBLICATION PERMISSIONS:
Original video was published with the Creative Commons Attribution license (reuse allowed). Link: https://www.youtube.com/watch?v=G2HUgV30EG4







Tags:
graphql
typescript
javascript
web development