platform/graphql_server/lib/subscriptions_transport_ws.dart

10 lines
334 B
Dart
Raw Normal View History

2019-04-18 02:02:27 +00:00
/// An implementation of Apollo's `subscriptions-transport-ws` in Dart.
///
/// See:
/// https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md
library graphql_server.subscriptions_transport_ws;
export 'src/apollo/remote_client.dart';
export 'src/apollo/server.dart';
export 'src/apollo/transport.dart';