Github API - Test Config

mutation setOrganizationInteractionLimit
orgs
actions
interactions

Set an organization level interaction limit for an organization's public repositories.

Arguments
input SetOrganizationInteractionLimitInput

SetOrganizationInteractionLimitInput [input]

Autogenerated input type of SetOrganizationInteractionLimit

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

When this limit should expire.

The limit to set.

organizationId ID

The ID of the organization to set a limit for.

API:
Github GraphQL API

Parameters for SetOrganizationInteractionLimit

Returns
SetOrganizationInteractionLimitPayload

SetOrganizationInteractionLimitPayload [object]

Autogenerated return type of SetOrganizationInteractionLimit

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

organization Organization

The organization that the interaction limit was set for.

API:
Github GraphQL API
API:
Github GraphQL API