graphql_client_annotation 0.0.2 copy "graphql_client_annotation: ^0.0.2" to clipboard
graphql_client_annotation: ^0.0.2 copied to clipboard

Annotations for generating opinionated graphql client class.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add graphql_client_annotation

With Flutter:

 $ flutter pub add graphql_client_annotation

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

dependencies:
  graphql_client_annotation: ^0.0.2

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_client_annotation/graphql_client_annotation.dart';
0
likes
140
points
113
downloads

Publisher

unverified uploader

Weekly Downloads

Annotations for generating opinionated graphql client class.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

graphql, meta

More

Packages that depend on graphql_client_annotation