userCurrentAvatarSelect.graphql 135 B

12345678
  1. mutation userCurrentAvatarSelect($id: ID!) {
  2. userCurrentAvatarSelect(id: $id) {
  3. success
  4. errors {
  5. ...errors
  6. }
  7. }
  8. }