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

Getting Started with GraphQL and Apollo

Getting Started with GraphQL and Apollo

Given during the Facebook Developer Circle Cebu event.

This talk is about GraphQL, giving an overview of how to send GraphQL operations (queries, mutations) through its query language syntax, and how to perform such operations in a React project using Apollo.

Arnelle Balane

May 25, 2019
Tweet

More Decks by Arnelle Balane

Other Decks in Technology

Transcript

  1. a syntax that describes how to ask for/manipulate data lets

    the client specify exactly what data it needs
  2. ...and a runtime for fulfilling these data requests uses a

    type system to describe and resolve data