userCurrentAccessTokenUpdates.graphql 129 B

1234567
  1. subscription userCurrentAccessTokenUpdates {
  2. userCurrentAccessTokenUpdates {
  3. tokens {
  4. ...tokenAttributes
  5. }
  6. }
  7. }