示例#1
0
 /// <summary>
 /// User id of the follower/followed.
 /// </summary>
 public GraphQueryArgument <int?> UserIdQueryArgument(int?value)
 {
     return(UserId.GetQueryArgumentAndSetValue(value));
 }