The Protevus Platform: Unified Full-Stack Development https://protevus.com
Find a file
2018-08-03 13:48:54 -04:00
.idea Added mirrors support 2018-08-02 13:02:00 -04:00
angel_graphql Move introspection to graphql_server 2018-08-03 13:26:11 -04:00
graphql_generator Fix type errors in tests 2018-08-02 09:05:52 -04:00
graphql_parser Update tests to support single anonymous selection 2018-08-02 15:37:38 -04:00
graphql_schema Create __InputValue type 2018-08-03 13:45:40 -04:00
graphql_server Allow includeDeprecated on __type 2018-08-03 13:48:54 -04:00
.gitignore ignore dart tool 2018-08-02 11:18:33 -04:00
.travis.yml Ignore comments 2018-08-02 09:09:27 -04:00
graphql.iml Go async 2018-08-02 09:53:47 -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 Fix Dart 1 error 2018-08-02 09:25:41 -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.