graphql_client_gen 0.0.1 copy "graphql_client_gen: ^0.0.1" to clipboard
graphql_client_gen: ^0.0.1 copied to clipboard

Opinionated graphql client class generator.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add graphql_client_gen

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

dependencies:
  graphql_client_gen: ^0.0.1

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_client_gen/builder.dart';
0
likes
130
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

Opinionated graphql client class generator.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, graphql, graphql_client_annotation, source_gen

More

Packages that depend on graphql_client_gen