/// 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';