added github calls
This commit is contained in:
10
commands/mutations/setGithubStatus.graphql
Normal file
10
commands/mutations/setGithubStatus.graphql
Normal file
@@ -0,0 +1,10 @@
|
||||
mutation SetStatus($status: ChangeUserStatusInput!) {
|
||||
changeUserStatus(input: $status) {
|
||||
status {
|
||||
emoji
|
||||
expiresAt
|
||||
limitedAvailability: indicatesLimitedAvailability
|
||||
message
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user