GithubHelp home page GithubHelp logo

apollo-graphql-stage1's Introduction

Apollo GraphQL Tutorial - stage1

Shows the moving parts of a GraphQL Server in a single file, to enable easy editing of resolvers, schema, queries, mutations etc. Start the server as follows:

git clone https://github.com/dav-rob/apollo-graphql-stage1
cd apollo-graphql-stage1/
yarn install
yarn start

Launch your browser at http://localhost:4000, to make queries to the GraphQL server. Edit index.js to see changes reflected as you code.

Coming from a backend-first bias, this series aims to help understanding and demonstrate how conventional, Java-centric, development model can be adapted in the GraphQL eco-system. It aims to provide a clear separation of responsibilities, understandability, and extensibility, with a strong emphasis on avoiding n+1 query issues for queries that follow joins, while giving React developers the simplicity of a GraphQL API.

This code demonstrates the following:

  • Back-end data models wrapped by a DataLoader, to retrieve data.
  • A schema defining a front-end data model for queries and mutations.
  • Resolvers to map retreived data to the schema.
  • A context object containing data-models and other assets required by multiple resolvers.

Thanks to FongX777 here, https://codesandbox.io/u/FongX777, for the inspiration.

apollo-graphql-stage1's People

Contributors

dav-rob avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.