Input Object GitHub::UpdateTeamDiscussionInput
Autogenerated input type of UpdateTeamDiscussion
Input Fields
id: ID!
The Node ID of the discussion to modify.
title: String
The updated title of the discussion.
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.
pinned: Boolean
If provided, sets the pinned state of the updated discussion.
clientMutationId: String
A unique identifier for the client performing the mutation.