Github API - Test Config

mutation followUser
users

Follow a user.

Arguments
input FollowUserInput

FollowUserInput [input]

Autogenerated input type of FollowUser

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

userId ID

ID of the user to follow.

API:
Github GraphQL API

Parameters for FollowUser

Returns
FollowUserPayload

FollowUserPayload [object]

Autogenerated return type of FollowUser

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

user User

The user that was followed.

API:
Github GraphQL API
API:
Github GraphQL API