This commit is contained in:
Untone 2024-02-23 02:13:31 +03:00
parent fa594b6009
commit 11e722d2af

View File

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