gql_link 0.2.3 copy "gql_link: ^0.2.3" to clipboard
gql_link: ^0.2.3 copied to clipboard

outdated

A simple and modular AST-based GraphQL request execution interface.

A simple and modular AST-based GraphQL request execution interface.

Usage #

A simple usage example:

import "package:gql_link/gql_link.dart";
import "package:gql_dedupe_link/gql_dedupe_link.dart";
import "package:gql_http_link/gql_http_link.dart";

import "./my_custom_link.dart";

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

Features and bugs #

Please file feature requests and bugs at the GitHub.

19
likes
0
pub points
91%
popularity

Publisher

verified publishergql-dart.dev

A simple and modular AST-based GraphQL request execution interface.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

gql, gql_exec, meta

More

Packages that depend on gql_link