The Protevus Platform: Unified Full-Stack Development
https://protevus.com
.idea | ||
angel_graphql | ||
graphql_generator | ||
graphql_parser | ||
graphql_schema | ||
graphql_server | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
travis.sh |
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.