Slide 43
Slide 43 text
To recap...
●
REST is an API architecture style, GraphQL a query language
●
GraphQL is a good alternative, not REST 2.0
●
If you’re happy with REST, no reason to change.
●
If you’re have vastly different clients that require data in
different combinations, GraphQL might be right for you.
●
Or use both, if you could benefit from both approaches a lot.