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 name
pic pic
bio bio
stat {
shouts
authors
followers
}
} }
topics { topics {
id id
slug slug
title title
stat {
shouts
authors
followers
}
}
communities {
id
slug
name
pic
} }
} }
} }