Build a Scalable GraphQL Server With Nest.js + Typescript

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

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

Best Nestjs GraphQL tutorial ever!!! Thank you I had difficulties to get started. Everything is well explained and straight to the point.

nthterm
Автор

I love how you dont just write code and actually get to explain what certain parts of the code does especially for the decorators. I love this!

jorossbarredo
Автор

Very nice and brief tutorial. I’m just starting a GraphlQL project with Nest so I’ll use what I’ve learned here :)

alekpentchev
Автор

Thanks man, this is the best GrapQL and Nest Video i found. Used mine with Prisma and Postgres, works fine 💐

Collins
Автор

Thanks, Michael. This video is really helpful!

argahutama
Автор

Very cool video.

Although I'd take a bit more time with the Nest CLI. Some things, like 'nest g resolver users', or even 'nest g resource users' could have saved you some time while guaranteeing the correctness of boilerplate code.

Other than that, very informative, and one could only hope that every language had a framework as complete as Typescript does with Nest.

mikalokasso
Автор

Hi Michael! Under the getUser @Query, why did you not pass in any variables inside @Args? Whereas for the createUser @mutation, you passed in the 'createUserData' inside @Args?

Thank you!

lancelim
Автор

Thanks Michael, your keyboard is very loud, sounds like a pachinko hall in Tokyo!!

lardosian
Автор

Please make a full course on nestjs graphql mongodb please!

sunwoo
Автор

Hi Michael! This video is incredibly helpful for me trying to build a new GraphQL backend server. Thank you very much!! Plus, I'd like to know which theme you are using on VScode. :) That looks great!

wnsdl
Автор

hi, I recieved :

"GraphQLError: Query root type must be provided."
I tried everything unable to get past 27:00, didn't work

abc_cba
Автор

Loved this lesson, thanks a lot Michael!
Just a question, Can you somehow make the keyboard less noisy?
Its triggering my Misophonia :)

dorsloim
Автор

Hi :) The update query is not working for me. I add the @IsOptional() to the fields but I get the error:
"message": "Field \"UpdateUserInput.age\" of required type \"User!\" was not provided."
Does anyone know why? My code looks exactly the same as in the video

nvzkmxm
Автор

Very well explained 😊… in my case i am using postgres how do i connect it

OrientalGroveWhispers
Автор

i added those @IsEmail and stuff, but i find that email(and others) can be empty string, and still passed the validation. I'm not sure if the `class-validator` worked...

shooklyngs
Автор

Hey Micheal, please increase your font size while recording. Otherwise the content is really good.

srivastav_prince
Автор

Hi there, can you please suggest, i am trying to add avatar field in updateProfileInput but avatar is not being detected, i am using graphql-upload for avatar type, but when instead of using Input, if I use @Args('userAvatar', { nullable: true }) userAvatar: Upload this is working, but this doesnt not work


@InputType()
export class UpdateProfileInput {
@IsString()
@MinLength(3)
@Field()
name: string;

@Field({ nullable: true })
avatar: Upload;
}

creative-commons-videos
Автор

what about a tutorial about the app at 4th right side dock🤣

solanum
visit shbcf.ru