OBJECT
FollowUserError
Information to communicate to the user about an error state.
link GraphQL Schema definition
1 type FollowUserError { 2 3 # Error code. 4 : FollowUserErrorCode! 5 6 }
OBJECT
Information to communicate to the user about an error state.
1 type FollowUserError { 2 3 # Error code. 4 : FollowUserErrorCode! 5 6 }