Github API - Test Config

mutation createIpAllowListEntry

Creates a new IP allow list entry.

Arguments
input CreateIpAllowListEntryInput

CreateIpAllowListEntryInput [input]

Autogenerated input type of CreateIpAllowListEntry

Attributes
allowListValue String

An IP address or range of addresses in CIDR notation.

clientMutationId String

A unique identifier for the client performing the mutation.

isActive Boolean

Whether the IP allow list entry is active when an IP allow list is enabled.

name String

An optional name for the IP allow list entry.

ownerId ID

The ID of the owner for which to create the new IP allow list entry.

API:
Github GraphQL API

Parameters for CreateIpAllowListEntry

Returns
CreateIpAllowListEntryPayload

CreateIpAllowListEntryPayload [object]

Autogenerated return type of CreateIpAllowListEntry

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

ipAllowListEntry IpAllowListEntry

The IP allow list entry that was created.

API:
Github GraphQL API
API:
Github GraphQL API