Skip to content
This repository has been archived by the owner on Aug 8, 2020. It is now read-only.

Play with the Apollo GraphQL client and server, without being distracted by databases, frameworks, or transpilers.

License

Notifications You must be signed in to change notification settings

farskipper/vanilla-js-apollo-graphql-full-stack-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OUTDATED!!!

This example of apollo graphql is outdated!

If you want to learn plain graphql, I recommend: https://graphql.org/learn/

If you want to learn apollo they have good documentation and examples: https://www.apollographql.com/docs/

vanilla-js-apollo-graphql-full-stack-playground

Play with the Apollo GraphQL client and server, without being distracted by databases, frameworks, or transpilers.

This is for GraphQL n00bs like me. I just wanted to play with GraphQL itself before I learned how to wire it up with databases or UIs. There are only two very small files, server.js and client.js.

To try it out:

$ git clone https://github.com/farskipper/vanilla-js-apollo-graphql-full-stack-playground.git
$ cd vanilla-js-apollo-graphql-full-stack-playground/

$ npm i
$ npm start

Open your browser to the url, and inspect the javascript console or open http://localhost:3000/graphiql to open the GraphiQL interface.

This should be a good starting point. Now you can gradually add and try out more GraphQL features.

Have fun!

License

The Unlicense

About

Play with the Apollo GraphQL client and server, without being distracted by databases, frameworks, or transpilers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published