Relay: [Modern] How do you unsubscribe from a subscription?

Created on 6 Sep 2017  路  1Comment  路  Source: facebook/relay

How do you unsubscribe from a subscription?

Most helpful comment

Relay's requestSubscription() function returns a Disposable, so you can call .dispose() on that to unsubscribe.

>All comments

Relay's requestSubscription() function returns a Disposable, so you can call .dispose() on that to unsubscribe.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

josephsavona picture josephsavona  路  74Comments

qingfeng picture qingfeng  路  199Comments

tranduchieu picture tranduchieu  路  31Comments

josephsavona picture josephsavona  路  43Comments

josephsavona picture josephsavona  路  77Comments