OBJECT

FollowUserPayload

link GraphQL Schema definition

1type FollowUserPayload {
2
3# Used for user blocked errors.
4error: FollowUserError
5
6# The new follow relationship.
7follow: Follow
8
9}