TypeGraphQL Tutorial | Using GraphQL with TypeScript

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

This video covers:
- Setting up a TypeScript project from scratch
- Creating a GraphQL server with Apollo Server and TypeGraphQL
- Basic CRUD operations
- Managing data with Databases using TypeORM and PostgreSQL

Timestamps:
00:00 Introduction
01:27 Setting up a TypeScript project
05:58 Setting up Express
08:28 GraphQL Server Setup: Apollo and TypeGraphQL
13:50 Connecting to a PostgreSQL Database
21:19 Converting Task to a GraphQL Type
23:45 Creating a Task
29:04 Fetching all tasks and fetching a single task
33:06 Deleting a Task
35:31 Updating a Task
38:55 Outro

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

I'm learning from a 13-year old boy. The age was evident from the voice.
God bless little bro.
This 22-year old uncle likes your content. Keep making more stuff.

priyankgupta
Автор

Woah! This is impressive at your age, all the very best for your future. I am rooting for you!

madhes
Автор

This is phenomenal. Easily the best walkthrough from people not familiar with backend end code that I've and you are only 13!?!? Great Job young man extremely impressive.

brycejackson
Автор

This is one of the best tutorial I ever come across. God bless. Neat and step by step illustration. Really awesome.

RathanRaj
Автор

Hey, you sound like my child but know better than me!! 👍

JoonhwanLee
Автор

wow, you are so amazing at this age , when i was at this age I don't know how to shut down the computer😂😂, keep it up bro

arpansharma
Автор

well done young man you re smart. i'am proud of you :)

hamza_blingos-khebra
Автор

Greate video mate! Keep up the good work :)

NedimRifatbegovic
Автор

How can we do file upload from client? I mean is there any Upload scalar type which accepts multipart/form-data

bikrantjungbudhathoki
Автор

Thanks a lot, in my personal case, in the query task I had an error in the return type, I fixed it by changing undefined to null,

Promise<Task | null>

alexzamora
Автор

type-graphql usable with apollo server 4?

atNguyen-syil
Автор

Do you have any suggestions for resources for typescript Apollo-server 4? Upon following this tutorial I get the message that Apollo-server is depreciated, I'm not sure where to move forward from here. Thank you!

martinapincione
Автор

When'd you start learning programming, chitlin?

musilicks
Автор

Task.update({id}, {title}, {isComplete});
Want to update 'title' as well. But it's showing error : error TS2554: Expected 2 arguments, but got 3.

What's the solution??

AnupKumar-fyub
Автор

I couldn't follow your tutorial, you flew past everything without explaining what's happening or what you were doing.

hichambronson