Github API - Test Config

mutation updateTopics

Replaces the repository's topics with the given topics.

Arguments
input UpdateTopicsInput

UpdateTopicsInput [input]

Autogenerated input type of UpdateTopics

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

repositoryId ID

The Node ID of the repository.

topicNames String []

An array of topic names.

API:
Github GraphQL API

Parameters for UpdateTopics

Returns
UpdateTopicsPayload

UpdateTopicsPayload [object]

Autogenerated return type of UpdateTopics

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

invalidTopicNames String []

Names of the provided topics that are not valid.

repository Repository

The updated repository.

API:
Github GraphQL API
API:
Github GraphQL API