GraphQL Crash Course #3 - Making a GraphQL Server (with Apollo)

preview_player
Показать описание
🚀🥷🏼Get early access to this entire course now on Net Ninja Pro:

📂🥷🏼 Access the course files on GitHub:

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

Hey shawn! I'm fan your work. Can you please make a video in which we query or mutate data through graphql and data comes from actual database

ahsaanali
Автор

Thanks for the lecture Shaun, It's great

ankur
Автор

only thing that I think would slightly improve this is if the tutorial was in TS! but other than that, amazing!

Zentamusic
Автор

You're doing an awesome job mate 👍👍👍

aniokechukwudi
Автор

Out of curiosity, why not doing

server.listen().then(({url}) => {
console.log(`Your API is running at ${url}`)
})

But using startStandaloneServer?! what is the difference :)?


But, nice video! ;)

marcovanali
Автор

to write the await keyword before startStandaloneServer, does this not have to be inside a async function?

SahilRP