Upgrade to Pro — share decks privately, control downloads, hide ads and more …

GraphQL

 GraphQL

Does REST feel kind of old school and tedious? Do you have endpoints for everything? Fear not! GraphQL is here to save the day. Or is it?

Christian Leo-Pernold

June 25, 2020
Tweet

More Decks by Christian Leo-Pernold

Other Decks in Technology

Transcript

  1. 1. GET /episodes/1 2. GET /actors/1 3. GET /actors/2 4.

    GET /actors/3 5. GET /actors/4 10/55
  2. 1. GET /episodes/1 2. GET /actors/1 3. GET /actors/2 4.

    GET /actors/3 5. GET /actors/4 6. GET /reviews/1 11/55
  3. It's Demo Time! Laravel app (^7.0) Users, articles and comments

    1.000 articles, 3.000 comments, 4.000 users seeded Eloquent relations are set 50/55