Closed thosakwe closed 3 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.
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