graphql_server 1.0.3
graphql_server: ^1.0.3 copied to clipboard
Base package for implementing GraphQL servers. You might prefer `package:angel_graphql`, the fastest way to implement GraphQL backends in Dart.
Use this package as a library
1. Depend on it
Add this to your package's pubspec.yaml file:
dependencies:
graphql_server: ^1.0.3
2. Install it
You can install packages from the command line:
with pub:
$ dart pub get
Alternatively, your editor might support dart pub get
.
Check the docs for your editor to learn more.
3. Import it
Now in your Dart code, you can use:
import 'package:graphql_server/graphql_server.dart';