OBJECT

UserFollowingEdge

link GraphQL Schema definition

1type UserFollowingEdge {
2
3cursor: String!
4
5node: UserFollowingItem!
6
7}