graphql_fetch 0.0.1 copy "graphql_fetch: ^0.0.1" to clipboard
graphql_fetch: ^0.0.1 copied to clipboard

outdated

a simple graphql client for dart

graphql_fetch #

a simple graphql client for dart

Usage #

A simple usage example:

import 'package:graphql_fetch/graphql_fetch.dart';

main() {
   String endpoint = "http://localhost:60000/simple/v1/cj9v7fprz00140114ed9qw3lz";
  
  GraphqlClient client =new GraphqlClient(endpoint);
  var result =await client.query(...);
}

Features and bugs #

Please file feature requests and bugs at the github.

1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

a simple graphql client for dart

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http

More

Packages that depend on graphql_fetch