Github API - Test Config

mutation declineTopicSuggestion

Rejects a suggested topic for the repository.

Arguments
input DeclineTopicSuggestionInput

DeclineTopicSuggestionInput [input]

Autogenerated input type of DeclineTopicSuggestion

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

name String

The name of the suggested topic.

Upcoming Change on 2024-04-01 UTC
Description: name will be removed.
Reason: Suggested topics are no longer supported

The reason why the suggested topic is declined.

Upcoming Change on 2024-04-01 UTC
Description: reason will be removed.
Reason: Suggested topics are no longer supported

repositoryId ID

The Node ID of the repository.

Upcoming Change on 2024-04-01 UTC
Description: repositoryId will be removed.
Reason: Suggested topics are no longer supported

API:
Github GraphQL API

Parameters for DeclineTopicSuggestion

Returns
DeclineTopicSuggestionPayload

DeclineTopicSuggestionPayload [object]

Autogenerated return type of DeclineTopicSuggestion

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

topic Topic

The declined topic.

Deprecated: Suggested topics are no longer supported Removal on 2024-04-01 UTC.
API:
Github GraphQL API
API:
Github GraphQL API