Build a GraphQL Server with Deno and MongoDB

preview_player
Показать описание
Deno is a modern JavaScript/TypeScript runtime built by the author of NodeJS. Today we'll take a look at how you can build a GraphQL Server with Deno and MongoDB.

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

Wow, what a quick way to set up a full blown server

Kamiyaa
Автор

I didn't skip nor fast forward a second! Hope you can continue making a series out of this :)

Huy-edre
Автор

Very clear video, I like high-intensity tutorials like this.

artygator
Автор

I've been inspired to learn to code.

wjk
Автор

Please tell me how I can set up subscription

lonelyboy
Автор

Hey man, thanks for sharing this.
Why did you need to specify async in the mutation? I thought the await would be handled by default at that point as well.
Edit: oh, I think I got it. Since you're reaching the DB, you need to return a promise so you can handle the response. Is that correct?

tiagoc
Автор

how do you get that view on localhost:8080/graphql
is that build it?

lionardo
Автор

What's the point in using TS, if you're just going to assign type "any" to all params?

markdoyle