OBJECT

UserFollowerItem

link GraphQL Schema definition

1type UserFollowerItem {
2
3user: User!
4
5}