OBJECT

UserFollowerEdge

link GraphQL Schema definition

1type UserFollowerEdge {
2
3cursor: String!
4
5node: UserFollowerItem!
6
7}