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

GraphQL vs Traditional Rest API [GeeCon Prague 2018]

GraphQL vs Traditional Rest API [GeeCon Prague 2018]

What does GraphQL and Traditional REST API have in common? Shouldn't the GraphQL be connected to some graphs or similar? What is actually GraphQL all about?

Join me in this talk, while I try to answer all this questions and much more.

In this talk I will explain what GraphQL is, what are differences and similarities compared to more traditional REST API and show you this on working examples, since code worth more then words only ;)

Vladimir Dejanovic

October 18, 2018
Tweet

More Decks by Vladimir Dejanovic

Other Decks in Programming

Transcript

  1. @VladimirD_42 @geecon Simple Blog Author id name Post id title

    body authorId Comment id text postId authorId
  2. @VladimirD_42 @geecon Abuse of GraphQL query { allPosts { title

    comments { text createdBy { name posts { title comments { text
  3. @VladimirD_42 @geecon Abuse of GraphQL query { allPosts { title

    comments { text createdBy { name posts { title comments { text