Github API - Test Config

mutation unfollowUser
users

Unfollow a user.

Arguments
input UnfollowUserInput

UnfollowUserInput [input]

Autogenerated input type of UnfollowUser

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

userId ID

ID of the user to unfollow.

API:
Github GraphQL API

Parameters for UnfollowUser

Returns
UnfollowUserPayload

UnfollowUserPayload [object]

Autogenerated return type of UnfollowUser

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

user User

The user that was unfollowed.

API:
Github GraphQL API
API:
Github GraphQL API