Github API - Test Config

mutation changeUserStatus
users

Update your status on GitHub.

Arguments
input ChangeUserStatusInput

ChangeUserStatusInput [input]

Autogenerated input type of ChangeUserStatus

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

emoji String

The emoji to represent your status. Can either be a native Unicode emoji or an emoji name with colons, e.g., :grinning:.

expiresAt DateTime

If set, the user status will not be shown after this date.

limitedAvailability Boolean

Whether this status should indicate you are not fully available on GitHub, e.g., you are away.

message String

A short description of your current status.

organizationId ID

The ID of the organization whose members will be allowed to see the status. If
omitted, the status will be publicly visible.

API:
Github GraphQL API

Parameters for ChangeUserStatus

Returns
ChangeUserStatusPayload

ChangeUserStatusPayload [object]

Autogenerated return type of ChangeUserStatus

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

status UserStatus

Your updated status.

API:
Github GraphQL API
API:
Github GraphQL API