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

outdated

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

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.3

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

License

unknown (LICENSE)

More

Packages that depend on graphql_query_builder