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