The Protevus Platform: Unified Full-Stack Development https://protevus.com
Find a file
2019-04-16 11:25:37 -04:00
.idea Add many tests to graphql_schema 2018-08-04 21:32:20 -04:00
angel_graphql remove overrides 2019-04-16 11:25:37 -04:00
example_star_wars Example star wars done 2019-04-11 13:46:04 -04:00
graphql_generator graphql_gen 2019-04-16 11:15:24 -04:00
graphql_parser Bump to 1.1.3 2019-03-31 16:32:09 -04:00
graphql_schema Fix broken test 2019-04-11 13:49:53 -04:00
graphql_server Undeprecate gql_server.mirrors 2019-04-11 13:47:02 -04:00
img Readme 2018-11-01 17:51:03 -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 Add badge to README 2018-08-03 18:11:42 -04:00
travis.sh Non-nullable types MUST be present in validate 2018-08-03 17:38:20 -04:00

graphql

Pub build status

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.