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

GraphQL is Cool

GraphQL is Cool

On this presentation Daniel shares his experiences using the GraphQL technology and Graphcool (a GraphQL BaaS).

Daniel Leite de Oliveira
github.com/dleitee

Cheesecake Labs

August 10, 2017
Tweet

More Decks by Cheesecake Labs

Other Decks in Technology

Transcript

  1. GraphQL is a query language for APIs and a runtime

    for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools. http://graphql.org/
  2. What can we do? - Handle Schemas - Handle Users

    - Handle Permissions - Queries / Mutations / Subscriptions - Integrations