gql_http_link

Last updated:

0 purchases

gql_http_link Image
gql_http_link Images
Add to Cart

Description:

gql http link

GQL Terminating Link to execute requests via HTTP using JSON.
Usage #
A simple usage example:
import "package:gql_link/gql_link.dart";
import "package:gql_http_link/gql_http_link.dart";

void main () {
final link = Link.from([
// SomeLink(),
HttpLink("/graphql"),
]);
}

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.