Github API - Test Config

mutation updateTeamDiscussion
teams

Updates a team discussion.

Arguments
input UpdateTeamDiscussionInput

UpdateTeamDiscussionInput [input]

Autogenerated input type of UpdateTeamDiscussion

Attributes
body String

The updated text of the discussion.

bodyVersion String

The current version of the body content. If provided, this update operation
will be rejected if the given version does not match the latest version on the server.

clientMutationId String

A unique identifier for the client performing the mutation.

id ID

The Node ID of the discussion to modify.

pinned Boolean

If provided, sets the pinned state of the updated discussion.

title String

The updated title of the discussion.

API:
Github GraphQL API

Parameters for UpdateTeamDiscussion

Returns
UpdateTeamDiscussionPayload

UpdateTeamDiscussionPayload [object]

Autogenerated return type of UpdateTeamDiscussion

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

teamDiscussion TeamDiscussion

The updated discussion.

API:
Github GraphQL API
API:
Github GraphQL API