The Protevus Platform: Unified Full-Stack Development https://protevus.com
Find a file
2018-08-02 08:49:26 -04:00
.idea Restructure 2018-08-02 08:48:53 -04:00
angel_graphql Restructure 2018-08-02 08:48:53 -04:00
graphql_generator Restructure 2018-08-02 08:48:53 -04:00
graphql_parser Restructure 2018-08-02 08:48:53 -04:00
graphql_schema Restructure 2018-08-02 08:48:53 -04:00
graphql_server Restructure 2018-08-02 08:48:53 -04:00
.gitignore Ignore idea 2018-08-02 08:49:26 -04:00
.travis.yml Restructure 2018-08-02 08:48:53 -04:00
LICENSE Initial commit 2017-01-20 15:42:02 -05:00
README.md Restructure 2018-08-02 08:48:53 -04:00
travis.sh Restructure 2018-08-02 08:48:53 -04:00

graphql

A complete implementation of the official GraphQL specification, in the Dart programming language.

The goal of this project is to provide to server-side users of Dart an alternative to REST API's.

Included is also package:angel_graphql, which, when combined with the Angel framework, allows server-side Dart users to build backends with GraphQL and virtually any database imaginable.