Queries
user
Lookup a user by login.
Type: User
Arguments for user
| Name | Description |
|---|---|
| The user's login. |
users
A list of users.
Type: UserConnection!
Arguments for users
| Name | Description |
|---|---|
| Returns the elements in the list that come after the specified cursor. |
| Returns the elements in the list that come before the specified cursor. |
| Returns the first n elements from the list. |
| Returns the last n elements from the list. |
viewer
The currently authenticated user.
Type: User!
Mutations
changeUserStatus
Update your status on GitHub.
Input fields for changeUserStatus
input(ChangeUserStatusInput!)
Return fields for changeUserStatus
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| Your updated status. |
createUserList
Creates a new user list.
Input fields for createUserList
input(CreateUserListInput!)
Return fields for createUserList
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The list that was just created. |
| The user who created the list. |
deleteUserList
Deletes a user list.
Input fields for deleteUserList
input(DeleteUserListInput!)
Return fields for deleteUserList
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The owner of the list that will be deleted. |
followUser
Follow a user.
Input fields for followUser
input(FollowUserInput!)
Return fields for followUser
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
|