angel-dart / angel

[ARCHIVED] A polished, production-ready backend framework in Dart for the VM, AOT, and Flutter.
https://angel-dart.dev/
MIT License
1.06k stars 67 forks source link

Add more examples #208

Closed thosakwe closed 3 years ago

thosakwe commented 4 years ago

This issue was originally created by @jodinathan here, before being automatically moved: https://github.com/angel-dart-archive/graphql/issues/12


Would be nice to have more complex examples along the examples dir. Some inline fragment, interface checking, directives etc.

I am testing the package and will try to create some examples after

thosakwe commented 4 years ago

@thosakwe commented:

The graphql_server package implementation is probably the best example; it interacts with every part of the GraphQL tree: https://github.com/angel-dart/graphql/blob/master/graphql_server/lib/graphql_server.dart

I'll keep this open, though, because more examples couldn't hurt.