The raw GraphQL subscription stream.
Stream<QueryResult> get rawStream { return client.subscribe( SubscriptionOptions(document: gql(document), variables: variables), ); }