graphql

module
v0.0.0-...-8f7af81 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 28, 2019 License: GPL-3.0

README

GraphQL

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.It gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time.

This repository shows how to serve data from MongoDB with GraphQL in Python, JavaScript(Node.js), Go.

  • Sever side has 3 different versions. Client side is using Vue.js with Bulma CSS library.
  • 2 data types are defined in GraphQL, book and author, they related to each other, which can show how GraphQL can query data in a dynamic way

License

GPL

Acknowledgments

All the useful online resources regarding this topic

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL