Github API - Test Config

mutation updateOrganizationAllowPrivateRepositoryForkingSetting
orgs
repos

Sets whether private repository forks are enabled for an organization.

Arguments
input UpdateOrganizationAllowPrivateRepositoryForkingSettingInput

UpdateOrganizationAllowPrivateRepositoryForkingSettingInput [input]

Autogenerated input type of UpdateOrganizationAllowPrivateRepositoryForkingSetting

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

forkingEnabled Boolean

Enable forking of private repositories in the organization?

organizationId ID

The ID of the organization on which to set the allow private repository forking setting.

API:
Github GraphQL API

Parameters for UpdateOrganizationAllowPrivateRepositoryForkingSetting

Returns
UpdateOrganizationAllowPrivateRepositoryForkingSettingPayload

UpdateOrganizationAllowPrivateRepositoryForkingSettingPayload [object]

Autogenerated return type of UpdateOrganizationAllowPrivateRepositoryForkingSetting

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

message String

A message confirming the result of updating the allow private repository forking setting.

organization Organization

The organization with the updated allow private repository forking setting.

API:
Github GraphQL API
API:
Github GraphQL API