simple_graphql_query_builder 0.2.1 copy "simple_graphql_query_builder: ^0.2.1" to clipboard
simple_graphql_query_builder: ^0.2.1 copied to clipboard

outdated

A simple GraphQl query builder to generate query as String, used together with the package `graphql`

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add simple_graphql_query_builder

With Flutter:

 $ flutter pub add simple_graphql_query_builder

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

dependencies:
  simple_graphql_query_builder: ^0.2.1

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:simple_graphql_query_builder/simple_graphql_query_builder.dart';
3
likes
160
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

A simple GraphQl query builder to generate query as String, used together with the package `graphql`

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

meta

More

Packages that depend on simple_graphql_query_builder