graphql_query_builder 1.0.14 copy "graphql_query_builder: ^1.0.14" to clipboard
graphql_query_builder: ^1.0.14 copied to clipboard

Creates a graphql query string from maps to use with http. This will make it much easier to create a query sstring. Also, will work with unlimited levels of nested objects.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add graphql_query_builder

With Flutter:

 $ flutter pub add graphql_query_builder

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

dependencies:
  graphql_query_builder: ^1.0.14

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_query_builder/graphql_query_builder.dart';
2
likes
130
pub points
27%
popularity

Publisher

verified publishergodfrey-computing.com

Creates a graphql query string from maps to use with http. This will make it much easier to create a query sstring. Also, will work with unlimited levels of nested objects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on graphql_query_builder