dart_graphql 0.4.2 copy "dart_graphql: ^0.4.2" to clipboard
dart_graphql: ^0.4.2 copied to clipboard

discontinued

Generates dart code for GraphQL endpoints using the original type names and all properties.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_graphql

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

dependencies:
  dart_graphql: ^0.4.2

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:dart_graphql/dart_graphql.dart';
1
likes
40
pub points
0%
popularity

Publisher

verified publisherblacksalt.io

Generates dart code for GraphQL endpoints using the original type names and all properties.

Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (LICENSE)

Dependencies

async, build, build_runner, code_builder, dart_style, graphql_parser, http, json_object_lite, meta, path

More

Packages that depend on dart_graphql