gql_http_link 0.4.1-alpha+1627928497498 copy "gql_http_link: ^0.4.1-alpha+1627928497498" to clipboard
gql_http_link: ^0.4.1-alpha+1627928497498 copied to clipboard

outdated

GQL Terminating Link to execute requests via HTTP using JSON.

example/gql_http_link_example.dart

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

void main() {
  // ignore: unused_local_variable
  final link = Link.from([
    // SomeLink(),
    HttpLink("/graphql"),
  ]);
}
18
likes
0
pub points
95%
popularity

Publisher

verified publishergql-dart.dev

GQL Terminating Link to execute requests via HTTP using JSON.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

gql, gql_exec, gql_link, http, http_parser, meta

More

Packages that depend on gql_http_link