platform/graphql_server
2019-03-29 14:32:31 -04:00
..
example pub server 2018-10-23 12:07:49 -04:00
lib extend desc 2019-02-03 15:26:08 -05:00
test Parse "subscription", also prepare for type system syntax 2019-03-29 14:32:31 -04:00
.gitignore Restructure 2018-08-02 08:48:53 -04:00
analysis_options.yaml Fix type errors in tests 2018-08-02 09:05:52 -04:00
CHANGELOG.md pub server 2018-10-23 12:07:49 -04:00
graphql_server.iml Fix Dart 1 error 2018-08-02 09:25:41 -04:00
LICENSE Restructure 2018-08-02 08:48:53 -04:00
mono_pkg.yaml mono_repo 2019-01-23 14:52:02 -05:00
pubspec.yaml server pubspec 2018-10-23 12:10:34 -04:00
README.md server pubspec 2018-10-23 12:10:34 -04:00

graphql_server

Base package for implementing GraphQL servers. You might prefer package:angel_graphql, the fastest way to implement GraphQL backends in Dart.