gql_sse_link 1.0.0-beta.3 copy "gql_sse_link: ^1.0.0-beta.3" to clipboard
gql_sse_link: ^1.0.0-beta.3 copied to clipboard

GQL terminating Link to execute GraphQL subscriptions over Server-Sent Events (graphql-sse "distinct connections" protocol).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gql_sse_link

With Flutter:

 $ flutter pub add gql_sse_link

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  gql_sse_link: ^1.0.0-beta.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:gql_sse_link/gql_sse_link.dart';
0
likes
160
points
36
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

GQL terminating Link to execute GraphQL subscriptions over Server-Sent Events (graphql-sse "distinct connections" protocol).

Repository (GitHub)
View/report issues

Topics

#graphql #gql #gql-link #sse

License

MIT (license)

Dependencies

gql, gql_exec, gql_link, http, meta

More

Packages that depend on gql_sse_link