graphql_schema2 6.1.0 copy "graphql_schema2: ^6.1.0" to clipboard
graphql_schema2: ^6.1.0 copied to clipboard

An implementation of GraphQL's type system in Dart. Basis of graphql_server2.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add graphql_schema2

With Flutter:

 $ flutter pub add graphql_schema2

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

dependencies:
  graphql_schema2: ^6.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:graphql_schema2/graphql_schema2.dart';
1
likes
140
pub points
53%
popularity

Publisher

verified publisherdukefirehawk.com

An implementation of GraphQL's type system in Dart. Basis of graphql_server2.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, meta, quiver, source_span

More

Packages that depend on graphql_schema2