gql_http_link 1.0.1+1 copy "gql_http_link: ^1.0.1+1" to clipboard
gql_http_link: ^1.0.1+1 copied to clipboard

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
140
pub points
95%
popularity

Publisher

verified publishergql-dart.dev

GQL Terminating Link to execute requests via HTTP using JSON.

Repository (GitHub)
View/report issues

Topics

#graphql #gql #gql-link

Documentation

API reference

License

MIT (LICENSE)

Dependencies

gql, gql_exec, gql_link, http, http_parser, meta

More

Packages that depend on gql_http_link