simple_gql 1.0.0+1 copy "simple_gql: ^1.0.0+1" to clipboard
simple_gql: ^1.0.0+1 copied to clipboard

outdated

A minimal library to do GQL queries and mutations (subscriptions comming soon)

A library for Dart developers.

Usage #

A simple usage example:

import 'package:simple_gql/simple_gql.dart';

main() {
  final response = await gql.query(
    url: 'https://api.graph.cool/simple/v1/swapi',
    query: r'''
      query {
        allPersons {
          name
          films {
            director
          }
        }
      }
    ''',
  );
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

8
likes
0
pub points
35%
popularity

Publisher

unverified uploader

A minimal library to do GQL queries and mutations (subscriptions comming soon)

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http, meta

More

Packages that depend on simple_gql