graphql-server
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.
Here are 1,419 public repositories matching this topic...
Expose GraphQL services from Plain JavaScript Classes
-
Updated
Feb 7, 2017 - JavaScript
Apollo Server Example using MongoDB + Mongoose + Express, Apollo Client using React Native
-
Updated
Mar 17, 2017 - JavaScript
Starter kit for creating GraphQL servers with Apollo.
-
Updated
Mar 19, 2017 - JavaScript
A Python GraphQL server example using Falcon and Graphene
-
Updated
Mar 21, 2017 - Python
This is an example mobile app that uses Graphql + Sanic + SQL to build a server for an iOS/Android client. This is a realtime chatapp with language translation, utilizing neural network.
-
Updated
Apr 2, 2017
Create graphql server easier
-
Updated
Apr 12, 2017 - TypeScript
Helper for referencing graphql-js types
-
Updated
Apr 27, 2017 - JavaScript
GraphQL query whitelisting middleware
-
Updated
Apr 29, 2017 - JavaScript
GraphQL is a query language and execution engine tied to any backend service.
-
Updated
May 4, 2017 - JavaScript
Collection of re-usable GraphQL Schema Types.
-
Updated
May 14, 2017 - JavaScript
A CLI to create easy and fast a GraphQL Koa API with everything you need for a production-grade API
-
Updated
May 14, 2017 - JavaScript
Proyecto para el curso de Now.sh en Platzi
-
Updated
May 16, 2017 - JavaScript
A GraphQL server tutorial combining 5 data sources
-
Updated
May 17, 2017 - JavaScript
Experimental GraphQL cache proxy written in Rust
-
Updated
May 21, 2017 - Rust
Simple GraphQL server example compatible RelayQL
-
Updated
May 25, 2017 - JavaScript
Apollo server and client examples for graphql subscription
-
Updated
May 28, 2017 - JavaScript