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: https://graphql.org/learn/arrow-up-right
GraphQL in 100 seconds: https://www.youtube.com/watch?v=eIQh02xuVw4arrow-up-right
Last updated 4 years ago
Was this helpful?