graphql_starwars_test_server 0.1.0 copy "graphql_starwars_test_server: ^0.1.0" to clipboard
graphql_starwars_test_server: ^0.1.0 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

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

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: ^0.1.0

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/graphql_starwars_test_server.dart';
1
likes
25
pub points
55%
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_cors, 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