Github API - Test Config

mutation unfollowOrganization
orgs

Unfollow an organization.

Arguments
input UnfollowOrganizationInput

UnfollowOrganizationInput [input]

Autogenerated input type of UnfollowOrganization

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

organizationId ID

ID of the organization to unfollow.

API:
Github GraphQL API

Parameters for UnfollowOrganization

Returns
UnfollowOrganizationPayload

UnfollowOrganizationPayload [object]

Autogenerated return type of UnfollowOrganization

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

organization Organization

The organization that was unfollowed.

API:
Github GraphQL API
API:
Github GraphQL API