gql_dio_link

Last updated:

0 purchases

gql_dio_link Image
gql_dio_link Images
Add to Cart

Description:

gql dio link

Similar to gql_http_link, This is a GQL Terminating Link to execute requests via Dio using JSON.
Usage #
A simple usage example:
import "package:dio/dio.dart";
import "package:gql_link/gql_link.dart";
import "package:gql_dio_link/gql_dio_link.dart";

void main () {
final dio = Dio();
final link = Link.from([
// SomeLink(),
DioLink("/graphql", client: dio),
]);
}

copied to clipboard
Features and bugs #
Please file feature requests and bugs at the GitHub.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.