Github API - Test Config

mutation updateEnterpriseProfile

Updates an enterprise's profile.

Arguments
input UpdateEnterpriseProfileInput

UpdateEnterpriseProfileInput [input]

Autogenerated input type of UpdateEnterpriseProfile

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

description String

The description of the enterprise.

enterpriseId ID

The Enterprise ID to update.

location String

The location of the enterprise.

name String

The name of the enterprise.

websiteUrl String

The URL of the enterprise's website.

API:
Github GraphQL API

Parameters for UpdateEnterpriseProfile

Returns
UpdateEnterpriseProfilePayload

UpdateEnterpriseProfilePayload [object]

Autogenerated return type of UpdateEnterpriseProfile

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

enterprise Enterprise

The updated enterprise.

API:
Github GraphQL API
API:
Github GraphQL API