gql_dio_link

Creator: coderz1093

Last updated:

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.