Last updated:
0 purchases
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.