Building a GraphQL Server with Nest JS

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


➥➥ Learn even more! ➥➥

➥➥➥ RECOMMENDED TOOLS I USE ➥➥➥

AFFILIATE DISCLOSURE: This video and description may contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. I won't put anything here that I haven't verified and/or personally used myself.

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

hey im running this code : tsc src/generate-typings.ts error "t-imported using the 'esModuleInterop' flag

5 import WebSocket from 'ws';


270 export = WebSocket;

This module is declared with using 'export =', and can only be used with a default import when using the 'esModuleInterop' flag."

kumpulan
Автор

You don't use nestjs/schematics :(

wielkifreeman
Автор

What if we want to retrieve the data from postgres db instead of local variable?

deluxanmariathasan
Автор

I get the following error when trying to run src/generate-typings.ts:
Cannot find module 'ts-morph' or its corresponding type declarations.
Any idea what could be happening? Thank you

marywelch
Автор

how change from localhost: 3000/graphql to localhost: 3000/

elvatotercermundista