Build GraphQL Microservices With Nest.js & Apollo Federation 2

Build GraphQL Microservices With Nest.js & Apollo Federation 2

Michael Guay

1 год назад

16,390 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Betelgeuse009
@Betelgeuse009 - 14.12.2023 11:02

Очень хороший туториал по GraphQL , спасибо большое)

Ответить
@mariusvincentniemet4693
@mariusvincentniemet4693 - 30.07.2023 23:59

Great video, well explained

Thanks for sharing

Ответить
@husinsajjadi5331
@husinsajjadi5331 - 20.07.2023 19:07

Thank you Michael. I had a big project and I had to do with microservices and your tutorial helped me a lot!
God bless you man!

Ответить
@enesgurbuz8652
@enesgurbuz8652 - 19.07.2023 11:39

What should I do if I want to use MYSQL ???

Ответить
@enesgurbuz8652
@enesgurbuz8652 - 17.07.2023 17:57

@Module({
imports: [
GraphQLModule.forRoot<ApolloGatewayDriverConfig>({
driver: ApolloGatewayDriver,
server: {
cors: true,

"cors:true is redline"
"Type '{ cors: true; }' is not assignable to type 'Omit<ApolloDriverConfig, "typeDefs" | "typePaths" | "include" | "resolvers" | "resolverValidationOptions" | "directiveResolvers" | "autoSchemaFile" | "transformSchema" | ... 5 more ... | "driver">'.
Object literal may only specify known properties, and 'cors' does not exist in type 'Omit<ApolloDriverConfig, "typeDefs" | "typePaths" | "include" | "resolvers" | "resolverValidationOptions" | "directiveResolvers" | "autoSchemaFile" | "transformSchema" | ... 5 more ... | "driver">'."
what could be the cause of the error

Ответить
@ahmedmazendessouky1551
@ahmedmazendessouky1551 - 21.06.2023 22:04

thank you for this great video, I have a question how to exclude some routes that have @isPublic decorator in the auth context?

Ответить
@codingwithnipu
@codingwithnipu - 29.05.2023 07:56

can you solved the federation with subscription problem in code first?

Ответить
@mykhailopronin7350
@mykhailopronin7350 - 26.03.2023 02:58

Man, it's amazing

Ответить
@ricardoalmira6005
@ricardoalmira6005 - 11.03.2023 16:48

Great explanation, thank you

Ответить
@mahendranath2504
@mahendranath2504 - 03.03.2023 13:38

Thank you so much ✌✌👍👍👌👌🙌🙌🙏🙏😍😍

Ответить
@muratasarslan2359
@muratasarslan2359 - 01.03.2023 09:43

Hey Michael, thanks for this video 🙂 Apollo Federation 2 is what I'm working on too. We can achieve sync communication between subgraphs. But, what about async communication? subscriptions are not supported AFAIK. The only thing I found on apollo docs is federation-subscription-tools. However, it's far from being a reliable solution & over complicating the scenario.
Any idea for async communication? would be wonderful if we can do it in Nestjs environment.
Cheers

Ответить
@adriandrozman3404
@adriandrozman3404 - 27.02.2023 18:01

Hello, any updates regarding your Udemy course? thanks!

Ответить
@brianpooe
@brianpooe - 27.02.2023 14:26

Thanks. Would like to see how nestjs plays with tRPC

Ответить
@monawwarabdullah7438
@monawwarabdullah7438 - 27.02.2023 12:42

i started learning about microservices through your videos, now i am able to setup nestjs microservices with kubernetes and docker, can you make a video on best practices of building microservices with kubernetes ?

Ответить
@gigakvachakhia4777
@gigakvachakhia4777 - 27.02.2023 10:18

thank you. good one.

Ответить
@qishqish3123
@qishqish3123 - 27.02.2023 09:57

Thanks, Great video keep it up

Ответить