5:41
GraphQL Codegen for Typed Apollo Client Operations
We make our GraphQL operations type-safe using GraphQL Codegen and it's awesome CLI tool. Links Series Playlist: ...
6:37
Codegen: The good, the bad and the ugly
0:00 Intro 0:37 Example Project 2:19 Needs Wizardry 4:31 Poor DX 5:44 Final Thoughts Become a TypeScript Wizard with my free ...
4:23
Generate TypeScript Types from a GraphQL Schema
Automatically generate types for your local or remote GraphQL schema, and operations for better type-safety. Learn more about ...
11:53
Apollo Codegen In React - Generate Typescript Types from GraphQL Schema and Queries
Graphql codegen / Apollo codegen is a great feature! When working with GraphQL and Typescript in React, we want to be able to ...
5:11
Using GraphQL Code Generator with GraphQL Request
... package.json and inside of our scripts we create the script code gen and we run graphql codegen this will automatically create ...
3:27
Remote GraphQL Schema Introspection Codegen
Automatically introspect your stitched GraphQL schemas endpoints, and use the results to execute requests to remote schemas ...
2:40
Step 4 - Adding types using GraphQL Codegen
Remember the annoying // @ts-ignore in pages/index.tsx? That's because useCart is not type safe yet. Let's fix that using ...
4:54
GraphQL Codemod: Migrating from legacy Apollo Client generated hooks to Client Preset
The GraphQL Codegen team recommends migrating to Client Preset for a future-proof and managed setup using our new ...
1:15:57
GraphQL Codegen For Effortless GraphQL and Typescript
... series listing which means that if we run our graphql code gen run codegen oh yeah uh sidenote ascii art in your command line ...
1:05:35
GraphQL for Frontend Engineers - Mutations + codegen - 2
Part 2 of the internal workshop called "GraphQL for Frontend Engineers". Conducted by me for people working at @olxgrouptech.
17:31
Auto-generate GraphQL Typescript Types - Full Stack Build Ep3
In this episode we'll use code generation to automatically generate Typescript types for our GraphQL schema and resolvers.
15:53
GraphQL code generator with Typescript, Angular 9 and Hasura [Basics, 2020]
In previous videos we build a small Angular App which uses Hasura GraphQL engine as a backend. And everything is great and ...
2:41
Generate TypeScript types for your Grafbase GraphQL API schema
Automatically generate types for your Grafbase API using the GraphQL Code Generator. Get the code used in this video and ...
14:47
Best GraphQL Client-Side Setup in Next.js with urql, GraphQL Codegen and TypeScript
In this video I'm showing how to setup urql, a GraphQL client-side library, in Next.js with TypeScript and GraphQL Codegen. urql is ...
3:56
GraphQL Code Generator : 3. Use graphql-codegen VS Code extension
GraphQL Code generator is a beautiful tool which helps in the end to end type safety of GraphQL apps. This will be a tutorial ...
21:14
Anisat Akinbani - GraphQL API Requests with React, Typescript and GraphQL Codegen
Working with GraphQL API in the client-side of an application makes it easy for developers to get all the data needed in a single ...
7:20
Typed Document Node with GraphQL Code Generator
Generate a DocumentNode automatically for GraphQL operations, and the typescript signature it represents for better use with ...
4:39
The new GraphQL Code Generator Client Preset
Learn how to setup and configure the new GraphQL Code Generator Client Preset. Learn more and get the code: ...
22:20
Jesse Martin - From Back-to-Front, using #GraphQL Codegen for 10X DX
You can't always get what you want with APIs. You can't always get what you want with manual type-definition files. But if you try ...