Input Object GitHub::CreateTeamDiscussionInput
Autogenerated input type of CreateTeamDiscussion
Input Fields
teamId: ID!
The ID of the team to which the discussion belongs.
title: String!
The title of the discussion.
body: String!
The content of the discussion.
private: Boolean
If true, restricts the visiblity of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion.
clientMutationId: String
A unique identifier for the client performing the mutation.