is a query language for apis.
similar to rest, but another way for clients to expose apis,
for what? for clients to consume the api
.
in graphql - the server exposes a typed schema, aka, graphql schema
client can request only what they want
request multiple things at the same time, unlike REST
is a query language for apis.
similar to rest, but another way for clients to expose apis, for what? for clients to consume the api . in graphql - the server exposes a typed schema, aka, graphql schema
client can request only what they want
request multiple things at the same time, unlike REST
like REST you can use many programming languages