This commit is contained in:
Untone 2024-02-21 14:37:22 +03:00
parent 861bfafbd3
commit acbe96a830

View File

@ -9,25 +9,11 @@ export default gql`
name name
pic pic
bio bio
stat {
shouts
followers
}
} }
topics { topics {
id id
slug slug
title title
stat {
shouts
followers
}
}
communities {
id
slug
name
pic
} }
} }
} }