graphql_generator 1.0.0 copy "graphql_generator: ^1.0.0" to clipboard
graphql_generator: ^1.0.0 copied to clipboard

outdated

Generates GraphQL schemas from Dart classes, for use with pkg:graphql_server.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add graphql_generator

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

dependencies:
  graphql_generator: ^1.0.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_generator/graphql_generator.dart';
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Generates GraphQL schemas from Dart classes, for use with pkg:graphql_server.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

analyzer, angel_model, angel_serialize_generator, build, build_config, code_builder, graphql_schema, recase, source_gen

More

Packages that depend on graphql_generator