Maybe a REST API Isn't What You Should Use...

preview_player
Показать описание
Follow for more Android & Kotlin tips 🙌
Рекомендации по теме
Комментарии
Автор

It depends whether you can easily request a change (or just do it yourself) of the API or not. If you can, then it's easier to have dedicated REST APIs. But if it's a general use backend, then GraphQL is brilliant.

koncinar
Автор

A little bit more complicated than the rest api

jasmeetsingh-or
Автор

Work uses this, and it is great to query only for what you want and let the server side handle any additional calls and aggregation.

ddaypunk
Автор

GraphQL is easier and more powerful for the clients but harder to implement on the backend

NateRidderman
Автор

GraphQL allows you to use one single request for several connected objects instead of many sequential requests using REST. It could be type safe as well.
Actually, I don't know who is still using REST nowadays 😂

alexnovikov
Автор

Getting ready to do some GraphQL with AWS Amplify

MrGuppie
Автор

I don't really find Graph QL convenient. For me A regular REST API using Retrofit does the job for me and I find GraphQL a lot more complicated.

amitgupta
Автор

Graphql on the client is fantastic but writing a graphql server kind of sucks

TechBuddy_
Автор

my new company is using GraphQL I am so confused

abbasalidaruwala
Автор

GraphQL is fine, but it's quiries are so looong...

litvanika
Автор

should i learn backend as a mobile dev

walidaguib
Автор

What do you advise us to use ktor or kobweb..

You have a great shirt

raouf-kamel
Автор

Das schreit ja geradezu mal nach einem video mit GraphQL ;)

Narazgul
join shbcf.ru