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

Using built_value to deserialize GraphQL JSON responses. The package provides generic classes to deal with the fix format of the GraphQL response and errors.

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

Publisher

unverified uploader

Using built_value to deserialize GraphQL JSON responses. The package provides generic classes to deal with the fix format of the GraphQL response and errors.

Repository

License

BSD-3-Clause (LICENSE)

Dependencies

built_collection, built_value

More

Packages that depend on built_graphql