gql_http_link 1.2.0

SDKdartflutter
Platformandroidioswindowslinuxmacosweb

GQL Terminating Link to execute requests via HTTP using JSON.

MIT License PRs Welcome Watch on GitHub Star on GitHub Watch on GitHub Discord

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"),
  ]);
}

Features and bugs

Please file feature requests and bugs at the GitHub.