Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/graphql/reference/objects#user
What part(s) of the article would you like to see updated?
| Name |
Description |
| ... |
... |
| isFollowingViewer (Boolean!) |
Whether or not this user is following the viewer. Inverse of viewer_is_following. |
| ... |
... |
| viewerIsFollowing (Boolean!) |
Whether or not this user is followed by the viewer. Inverse of is_following_viewer. |
I believe these should be viewerIsFollowing and isFollowingViewer respectively.
Additional information
I'm not sure if there are other instances of this, but I'd encourage someone to look.
My guess is that these reflect the internal Ruby conventions:
The Ruby convention is to use underscores to separate words in a multiword method or variable name.
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/graphql/reference/objects#user
What part(s) of the article would you like to see updated?
I believe these should be
viewerIsFollowingandisFollowingViewerrespectively.Additional information
I'm not sure if there are other instances of this, but I'd encourage someone to look.
My guess is that these reflect the internal Ruby conventions: