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

outdated

Using built_value to deserialize GraphQL JSON responses.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add built_graphql

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

dependencies:
  built_graphql: ^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:built_graphql/built_graphql.dart';
2
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Using built_value to deserialize GraphQL JSON responses.

Repository
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

built_collection, built_value

More

Packages that depend on built_graphql