GraphQL
Last updated
Was this helpful?
Last updated
Was this helpful?
GraphQL offers much more flexibility than REST API:
self-documented API (checkout GraphQL schema)
the ability to retrieve many resources in a single request
the ability to dicate exactly what we need from the server, and receive that data in a predictable way
strongly typed
Documentation:
GraphQL in 100 seconds: