gql_http_link 0.2.10-alpha+1588797380896 copy "gql_http_link: ^0.2.10-alpha+1588797380896" to clipboard
gql_http_link: ^0.2.10-alpha+1588797380896 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
94%
popularity

Publisher

verified publishergql-dart.dev

GQL Terminating Link to execute requests via HTTP using JSON.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

gql_exec, gql_link, http, meta

More

Packages that depend on gql_http_link