graphql_starwars_test_server_nils 0.0.2 copy "graphql_starwars_test_server_nils: ^0.0.2" to clipboard
graphql_starwars_test_server_nils: ^0.0.2 copied to clipboard

A stand-alone GraphQL test server built with angel dart. Adapted from [example_star_wars](https://github.com/angel-dart/graphql/tree/master/example_star_wars)

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate graphql_starwars_test_server_nils

Use it

The package has the following executables:

$ serve

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add graphql_starwars_test_server_nils

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  graphql_starwars_test_server_nils: ^0.0.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:graphql_starwars_test_server_nils/graphql_starwars_test_server_nils.dart';
0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

A stand-alone GraphQL test server built with angel dart. Adapted from [example_star_wars](https://github.com/angel-dart/graphql/tree/master/example_star_wars)

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

angel_container, angel_framework, angel_graphql, angel_http_exception, angel_model, angel_serialize, angel_typed_service, args, async, graphql_parser, graphql_schema, graphql_server, io, logging

More

Packages that depend on graphql_starwars_test_server_nils