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

Introduction To GRAPHQL

Introduction To GRAPHQL

Ngalam Backend Community

July 23, 2018
Tweet

More Decks by Ngalam Backend Community

Other Decks in Technology

Transcript

  1. Hello! I’m Fahmi Nice to meet you 2 I’m Frontend

    Developer at DOT Indonesia, loves programming, and learning new things. My contact: ▪ 08977703319 (WhatsApp and Call) ▪ [email protected] ▪ https://www.linkedin.com/in/fahmi- idris/
  2. The History When Facebook's mobile applications, Facebook needed a data-

    fetching API powerful enough to describe all of Facebook, yet simple and easy to learn so product developers can focus on building things quickly. 4
  3. Differences between restful API vs GraphQL 8 The difference between

    GraphQL and REST API is a flexible data output structure. REST API GraphQL
  4. GraphQL Pros ▪ Ask what you need, and get exactly

    as it ▪ Get many sources in one request ▪ Giving only what may possible ▪ Developing api without changing version ▪ Walk in many programming languages 12