OBJECT

FollowUserError

link GraphQL Schema definition

1type FollowUserError {
2
3errorMessage: String
4
5}