Build GraphQL types using the schema language.
-
Updated
Feb 1, 2017 - JavaScript
GraphQL is a data query language developed by Facebook. It provides an alternative to REST and ad-hoc webservice architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server. It is a strongly typed runtime which allows clients to dictate what data is needed.
Build GraphQL types using the schema language.
Repo for starter kits and samples for the GraphQL Community Hackathon
Collection of re-usable GraphQL Schema Types.
Codebase for blog post on Scotch.io. See here -http://bit.ly/2sKGVZk
A Simple GraphQL Server implementation using Express and Node. See post here: https://t.co/Cm6GitZaBL
Magento 2 Extension to support GraphQL APIs
This is a POC of a GraphQL endpoint for the TMview service ™️
Use your existing graphQL schema to generate CMS in a couple steps. DEMO: http://cms-demo.web4fly.com/
Basic graphql server following egghead main graphql tutorial.
API for a Blog CMS. The Blog comprises of three concept: Users, Posts and Tags. The CMS will handle creating and authenticating users (using JWT). Tags will be used as a taxonomy to group posts. A post belongs to many tags and a tag can have many posts. Authenticated users are able to perform CRUD tasks like creating posts and tags.
A demo for the usage of npm-package graphql-bridge
Custom scalars for GraphQL
A demo GraphQL application server with presentation slides
Checks if version of GraphQL schema is backward compatible
A server implementation of Graphql which includes a Graphql Schema and mutations being carried out with the help of JavaScript