GraphQL Crash Course #6 - Query Variables

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

📂🥷🏼 Access the course files on GitHub:

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

Concise, to the point and easy to understand. Love your tutorials. Keep up the good work man.

suddathgautam
Автор

well organized. Clear explanation. Thank you Net Ninja

chanaka
Автор

When I do this:
query reviewQuery($id:ID!) {
review(id: $id){
rating
content
}
}
And change variable to any other value.
{
"id": "5"
}
GraphQL gives me back first object in DB

leandrmiklashevich
Автор

Loving your vids - well done. Now subscribed.

jahelation
Автор

GraphQL is no longer maintained 😂 It does seem Meta has deprecated this open source 🎉

reactdom.render