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
|
||||
}
|
||||
}
|
||||
}
|
54123
commands/schema/github.graphql
Normal file
54123
commands/schema/github.graphql
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user