gql_http_link 0.4.3-alpha+1645284956109 gql_http_link: ^0.4.3-alpha+1645284956109 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"),
]);
}