userCurrentAvatarUpdates.graphql 196 B

12345678910111213
  1. subscription userCurrentAvatarUpdates {
  2. userCurrentAvatarUpdates {
  3. avatars {
  4. id
  5. default
  6. deletable
  7. initial
  8. imageHash
  9. createdAt
  10. updatedAt
  11. }
  12. }
  13. }