OBJECT

UserFollowingConnection

link GraphQL Schema definition

1type UserFollowingConnection {
2
3edges: [UserFollowingEdge]!
4
5nodes: [UserFollowingItem]!
6
7pageInfo: PageInfo!
8
9}

link Required by