{"meta":{"title":"Other","intro":"その他のカテゴリの GraphQL スキーマ型のリファレンス ドキュメント。","product":"GraphQL API","breadcrumbs":[{"href":"/ja/enterprise-server@3.20/graphql","title":"GraphQL API"},{"href":"/ja/enterprise-server@3.20/graphql/reference","title":"リファレンス"},{"href":"/ja/enterprise-server@3.20/graphql/reference/other","title":"Other"}],"documentType":"article"},"body":"# Other\n\nその他のカテゴリの GraphQL スキーマ型のリファレンス ドキュメント。\n\n## addEnterpriseAdmin - mutation\n\nAdds an administrator to the global enterprise account.\n\n### Input fields for `addEnterpriseAdmin`\n\n* `input` (AddEnterpriseAdminInput!): \n\n### Return fields for `addEnterpriseAdmin`\n\n* `admin` (User): The user who was added as an administrator.\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `enterprise` (Enterprise): The updated enterprise.\n* `role` (EnterpriseAdministratorRole): The role of the administrator.\n* `viewer` (User): The viewer performing the mutation.\n\n## AddEnterpriseAdminInput - input object\n\nAutogenerated input type of AddEnterpriseAdmin.\n\n### Input fields for `AddEnterpriseAdminInput`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `enterpriseId` (ID!): The ID of the enterprise account to which the administrator should be added.\n* `login` (String!): The login of the user to add as an administrator.\n\n## Base64String - scalar\n\nA (potentially binary) string encoded using base64.\n\n## BigInt - scalar\n\nRepresents non-fractional signed whole numeric values. Since the value may\nexceed the size of a 32-bit integer, it's encoded as a string.\n\n## Boolean - scalar\n\nRepresents true or false values.\n\n## createTeamDiscussion - mutation\n\nCreates a new team discussion.\n\n### Input fields for `createTeamDiscussion`\n\n* `input` (CreateTeamDiscussionInput!): \n\n### Return fields for `createTeamDiscussion`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `teamDiscussion` (TeamDiscussion): The new discussion. **Deprecated:** The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.\n\n## createTeamDiscussionComment - mutation\n\nCreates a new team discussion comment.\n\n### Input fields for `createTeamDiscussionComment`\n\n* `input` (CreateTeamDiscussionCommentInput!): \n\n### Return fields for `createTeamDiscussionComment`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `teamDiscussionComment` (TeamDiscussionComment): The new comment. **Deprecated:** The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.\n\n## CreateTeamDiscussionCommentInput - input object\n\nAutogenerated input type of CreateTeamDiscussionComment.\n\n### Input fields for `CreateTeamDiscussionCommentInput`\n\n* `body` (String): The content of the comment. This field is required.\nUpcoming Change on 2024-07-01 UTC\nDescription: body will be removed. Follow the guide at\nhttps://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to\nfind a suitable replacement.\nReason: The Team Discussions feature is deprecated in favor of Organization Discussions.\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `discussionId` (ID): The ID of the discussion to which the comment belongs. This field is required.\nUpcoming Change on 2024-07-01 UTC\nDescription: discussionId will be removed. Follow the guide at\nhttps://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to\nfind a suitable replacement.\nReason: The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n## CreateTeamDiscussionInput - input object\n\nAutogenerated input type of CreateTeamDiscussion.\n\n### Input fields for `CreateTeamDiscussionInput`\n\n* `body` (String): The content of the discussion. This field is required.\nUpcoming Change on 2024-07-01 UTC\nDescription: body will be removed. Follow the guide at\nhttps://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to\nfind a suitable replacement.\nReason: The Team Discussions feature is deprecated in favor of Organization Discussions.\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `private` (Boolean): If true, restricts the visibility of this discussion to team members and\norganization owners. If false or not specified, allows any organization member\nto view this discussion.\nUpcoming Change on 2024-07-01 UTC\nDescription: private will be removed. Follow the guide at\nhttps://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to\nfind a suitable replacement.\nReason: The Team Discussions feature is deprecated in favor of Organization Discussions.\n* `teamId` (ID): The ID of the team to which the discussion belongs. This field is required.\nUpcoming Change on 2024-07-01 UTC\nDescription: teamId will be removed. Follow the guide at\nhttps://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to\nfind a suitable replacement.\nReason: The Team Discussions feature is deprecated in favor of Organization Discussions.\n* `title` (String): The title of the discussion. This field is required.\nUpcoming Change on 2024-07-01 UTC\nDescription: title will be removed. Follow the guide at\nhttps://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to\nfind a suitable replacement.\nReason: The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n## CustomPropertyValue - scalar\n\nA custom property value can be either a string or an array of strings. All\nproperty types support only a single string value, except for the multi-select\ntype, which supports only a string array.\n\n## Date - scalar\n\nAn ISO-8601 encoded date string.\n\n## DateTime - scalar\n\nAn ISO-8601 encoded UTC date string.\n\n## deleteTeamDiscussion - mutation\n\nDeletes a team discussion.\n\n### Input fields for `deleteTeamDiscussion`\n\n* `input` (DeleteTeamDiscussionInput!): \n\n### Return fields for `deleteTeamDiscussion`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n\n## deleteTeamDiscussionComment - mutation\n\nDeletes a team discussion comment.\n\n### Input fields for `deleteTeamDiscussionComment`\n\n* `input` (DeleteTeamDiscussionCommentInput!): \n\n### Return fields for `deleteTeamDiscussionComment`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n\n## DeleteTeamDiscussionCommentInput - input object\n\nAutogenerated input type of DeleteTeamDiscussionComment.\n\n### Input fields for `DeleteTeamDiscussionCommentInput`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `id` (ID!): The ID of the comment to delete.\n\n## DeleteTeamDiscussionInput - input object\n\nAutogenerated input type of DeleteTeamDiscussion.\n\n### Input fields for `DeleteTeamDiscussionInput`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `id` (ID!): The discussion ID to delete.\n\n## Float - scalar\n\nRepresents signed double-precision fractional values as specified by IEEE 754.\n\n## GitObjectID - scalar\n\nA Git object ID.\n\n## GitRefname - scalar\n\nA fully qualified reference name (e.g. refs/heads/master).\n\n## GitSSHRemote - scalar\n\nGit SSH string.\n\n## GitTimestamp - scalar\n\nAn ISO-8601 encoded date string. Unlike the DateTime type, GitTimestamp is not converted in UTC.\n\n## HTML - scalar\n\nA string containing HTML code.\n\n## id - query\n\nID of the object.\n\n**Type:** ID!\n\n## ID - scalar\n\nRepresents a unique identifier that is Base64 obfuscated. It is often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as \"VXNlci0xMA==\") or integer (such as 4) input value will be accepted as an ID.\n\n## Int - scalar\n\nRepresents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.\n\n## PageInfo - object\n\nInformation about pagination in a connection.\n\n### Fields for `PageInfo`\n\n* `endCursor` (String): When paginating forwards, the cursor to continue.\n* `hasNextPage` (Boolean!): When paginating forwards, are there more items?.\n* `hasPreviousPage` (Boolean!): When paginating backwards, are there more items?.\n* `startCursor` (String): When paginating backwards, the cursor to continue.\n\n## PreciseDateTime - scalar\n\nAn ISO-8601 encoded UTC date string with millisecond precision.\n\n## relay - query\n\nWorkaround for re-exposing the root query object. (Refer to\nhttps://github.com/facebook/relay/issues/112 for more information.).\n\n**Type:** Query!\n\n## String - scalar\n\nRepresents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.\n\n## TeamDiscussion - object\n\nA team discussion.\n\n**Implements:** Comment, Deletable, Node, Reactable, Subscribable, UniformResourceLocatable, Updatable, UpdatableComment\n\n### Fields for `TeamDiscussion`\n\n* `author` (Actor): The actor who authored the comment.\n* `authorAssociation` (CommentAuthorAssociation!): Author's association with the discussion's team. **Deprecated:** The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.\n* `body` (String!): The body as Markdown.\n* `bodyHTML` (HTML!): The body rendered to HTML.\n* `bodyText` (String!): The body rendered to text.\n* `bodyVersion` (String!): Identifies the discussion body hash. **Deprecated:** The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.\n* `comments` (TeamDiscussionCommentConnection!): A list of comments on this discussion. **Deprecated:** The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.\n  * `after` (String): Returns the elements in the list that come after the specified cursor.\n  * `before` (String): Returns the elements in the list that come before the specified cursor.\n  * `first` (Int): Returns the first n elements from the list.\n  * `fromComment` (Int): When provided, filters the connection such that results begin with the comment with this number.\n  * `last` (Int): Returns the last n elements from the list.\n  * `orderBy` (TeamDiscussionCommentOrder): Order for connection.\n\n* `commentsResourcePath` (URI!): The HTTP path for discussion comments. **Deprecated:** The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.\n* `commentsUrl` (URI!): The HTTP URL for discussion comments. **Deprecated:** The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.\n* `createdAt` (DateTime!): Identifies the date and time when the object was created.\n* `createdViaEmail` (Boolean!): Check if this comment was created via an email reply.\n* `databaseId` (Int): Identifies the primary key from the database.\n* `editor` (Actor): The actor who edited the comment.\n* `id` (ID!): The Node ID of the TeamDiscussion object.\n* `includesCreatedEdit` (Boolean!): Check if this comment was edited and includes an edit with the creation data.\n* `isPinned` (Boolean!): Whether or not the discussion is pinned. **Deprecated:** The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.\n* `isPrivate` (Boolean!): Whether or not the discussion is only visible to team members and organization owners. **Deprecated:** The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.\n* `lastEditedAt` (DateTime): The moment the editor made the last edit.\n* `number` (Int!): Identifies the discussion within its team. **Deprecated:** The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.\n* `publishedAt` (DateTime): Identifies when the comment was published at.\n* `reactionGroups` ([ReactionGroup!]): A list of reactions grouped by content left on the subject.\n* `reactions` (ReactionConnection!): A list of Reactions left on the Issue.\n  * `after` (String): Returns the elements in the list that come after the specified cursor.\n  * `before` (String): Returns the elements in the list that come before the specified cursor.\n  * `content` (ReactionContent): Allows filtering Reactions by emoji.\n  * `first` (Int): Returns the first n elements from the list.\n  * `last` (Int): Returns the last n elements from the list.\n  * `orderBy` (ReactionOrder): Allows specifying the order in which reactions are returned.\n\n* `resourcePath` (URI!): The HTTP path for this discussion. **Deprecated:** The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.\n* `team` (Team!): The team that defines the context of this discussion. **Deprecated:** The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.\n* `title` (String!): The title of the discussion. **Deprecated:** The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.\n* `updatedAt` (DateTime!): Identifies the date and time when the object was last updated.\n* `url` (URI!): The HTTP URL for this discussion. **Deprecated:** The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.\n* `userContentEdits` (UserContentEditConnection): A list of edits to this content. _(Pagination: `after`, `before`, `first`, `last`)_\n* `viewerCanDelete` (Boolean!): Check if the current viewer can delete this object.\n* `viewerCanPin` (Boolean!): Whether or not the current viewer can pin this discussion. **Deprecated:** The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.\n* `viewerCanReact` (Boolean!): Can user react to this subject.\n* `viewerCanSubscribe` (Boolean!): Check if the viewer is able to change their subscription status for the repository.\n* `viewerCanUpdate` (Boolean!): Check if the current viewer can update this object.\n* `viewerCannotUpdateReasons` ([CommentCannotUpdateReason!]!): Reasons why the current viewer can not update this comment.\n* `viewerDidAuthor` (Boolean!): Did the viewer author this comment.\n* `viewerSubscription` (SubscriptionState): Identifies if the viewer is watching, not watching, or ignoring the subscribable entity.\n\n## TeamDiscussionComment - object\n\nA comment on a team discussion.\n\n**Implements:** Comment, Deletable, Node, Reactable, UniformResourceLocatable, Updatable, UpdatableComment\n\n### Fields for `TeamDiscussionComment`\n\n* `author` (Actor): The actor who authored the comment.\n* `authorAssociation` (CommentAuthorAssociation!): Author's association with the comment's team. **Deprecated:** The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.\n* `body` (String!): The body as Markdown.\n* `bodyHTML` (HTML!): The body rendered to HTML.\n* `bodyText` (String!): The body rendered to text.\n* `bodyVersion` (String!): The current version of the body content. **Deprecated:** The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.\n* `createdAt` (DateTime!): Identifies the date and time when the object was created.\n* `createdViaEmail` (Boolean!): Check if this comment was created via an email reply.\n* `databaseId` (Int): Identifies the primary key from the database.\n* `discussion` (TeamDiscussion!): The discussion this comment is about. **Deprecated:** The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.\n* `editor` (Actor): The actor who edited the comment.\n* `id` (ID!): The Node ID of the TeamDiscussionComment object.\n* `includesCreatedEdit` (Boolean!): Check if this comment was edited and includes an edit with the creation data.\n* `lastEditedAt` (DateTime): The moment the editor made the last edit.\n* `number` (Int!): Identifies the comment number. **Deprecated:** The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.\n* `publishedAt` (DateTime): Identifies when the comment was published at.\n* `reactionGroups` ([ReactionGroup!]): A list of reactions grouped by content left on the subject.\n* `reactions` (ReactionConnection!): A list of Reactions left on the Issue.\n  * `after` (String): Returns the elements in the list that come after the specified cursor.\n  * `before` (String): Returns the elements in the list that come before the specified cursor.\n  * `content` (ReactionContent): Allows filtering Reactions by emoji.\n  * `first` (Int): Returns the first n elements from the list.\n  * `last` (Int): Returns the last n elements from the list.\n  * `orderBy` (ReactionOrder): Allows specifying the order in which reactions are returned.\n\n* `resourcePath` (URI!): The HTTP path for this comment. **Deprecated:** The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.\n* `updatedAt` (DateTime!): Identifies the date and time when the object was last updated.\n* `url` (URI!): The HTTP URL for this comment. **Deprecated:** The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC.\n* `userContentEdits` (UserContentEditConnection): A list of edits to this content. _(Pagination: `after`, `before`, `first`, `last`)_\n* `viewerCanDelete` (Boolean!): Check if the current viewer can delete this object.\n* `viewerCanReact` (Boolean!): Can user react to this subject.\n* `viewerCanUpdate` (Boolean!): Check if the current viewer can update this object.\n* `viewerCannotUpdateReasons` ([CommentCannotUpdateReason!]!): Reasons why the current viewer can not update this comment.\n* `viewerDidAuthor` (Boolean!): Did the viewer author this comment.\n\n## TeamDiscussionCommentConnection - object\n\nThe connection type for TeamDiscussionComment.\n\n### Fields for `TeamDiscussionCommentConnection`\n\n* `edges` ([TeamDiscussionCommentEdge]): A list of edges.\n* `nodes` ([TeamDiscussionComment]): A list of nodes.\n* `pageInfo` (PageInfo!): Information to aid in pagination.\n* `totalCount` (Int!): Identifies the total count of items in the connection.\n\n## TeamDiscussionCommentEdge - object\n\nAn edge in a connection.\n\n### Fields for `TeamDiscussionCommentEdge`\n\n* `cursor` (String!): A cursor for use in pagination.\n* `node` (TeamDiscussionComment): The item at the end of the edge.\n\n## TeamDiscussionCommentOrder - input object\n\nWays in which team discussion comment connections can be ordered.\n\n### Input fields for `TeamDiscussionCommentOrder`\n\n* `direction` (OrderDirection!): The direction in which to order nodes.\n* `field` (TeamDiscussionCommentOrderField!): The field by which to order nodes.\n\n## TeamDiscussionCommentOrderField - enum\n\nProperties by which team discussion comment connections can be ordered.\n\n### Values for `TeamDiscussionCommentOrderField`\n\n* `NUMBER`: Allows sequential ordering of team discussion comments (which is equivalent to chronological ordering).\n\n## TeamDiscussionConnection - object\n\nThe connection type for TeamDiscussion.\n\n### Fields for `TeamDiscussionConnection`\n\n* `edges` ([TeamDiscussionEdge]): A list of edges.\n* `nodes` ([TeamDiscussion]): A list of nodes.\n* `pageInfo` (PageInfo!): Information to aid in pagination.\n* `totalCount` (Int!): Identifies the total count of items in the connection.\n\n## TeamDiscussionEdge - object\n\nAn edge in a connection.\n\n### Fields for `TeamDiscussionEdge`\n\n* `cursor` (String!): A cursor for use in pagination.\n* `node` (TeamDiscussion): The item at the end of the edge.\n\n## updateEnterpriseTeamDiscussionsSetting - mutation\n\nSets whether team discussions are enabled for an enterprise.\n\n### Input fields for `updateEnterpriseTeamDiscussionsSetting`\n\n* `input` (UpdateEnterpriseTeamDiscussionsSettingInput!): \n\n### Return fields for `updateEnterpriseTeamDiscussionsSetting`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `enterprise` (Enterprise): The enterprise with the updated team discussions setting.\n* `message` (String): A message confirming the result of updating the team discussions setting.\n\n## UpdateEnterpriseTeamDiscussionsSettingInput - input object\n\nAutogenerated input type of UpdateEnterpriseTeamDiscussionsSetting.\n\n### Input fields for `UpdateEnterpriseTeamDiscussionsSettingInput`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `enterpriseId` (ID!): The ID of the enterprise on which to set the team discussions setting.\n* `settingValue` (EnterpriseEnabledDisabledSettingValue!): The value for the team discussions setting on the enterprise.\n\n## updateTeamDiscussion - mutation\n\nUpdates a team discussion.\n\n### Input fields for `updateTeamDiscussion`\n\n* `input` (UpdateTeamDiscussionInput!): \n\n### Return fields for `updateTeamDiscussion`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `teamDiscussion` (TeamDiscussion): The updated discussion.\n\n## updateTeamDiscussionComment - mutation\n\nUpdates a discussion comment.\n\n### Input fields for `updateTeamDiscussionComment`\n\n* `input` (UpdateTeamDiscussionCommentInput!): \n\n### Return fields for `updateTeamDiscussionComment`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `teamDiscussionComment` (TeamDiscussionComment): The updated comment.\n\n## UpdateTeamDiscussionCommentInput - input object\n\nAutogenerated input type of UpdateTeamDiscussionComment.\n\n### Input fields for `UpdateTeamDiscussionCommentInput`\n\n* `body` (String!): The updated text of the comment.\n* `bodyVersion` (String): The current version of the body content.\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `id` (ID!): The ID of the comment to modify.\n\n## UpdateTeamDiscussionInput - input object\n\nAutogenerated input type of UpdateTeamDiscussion.\n\n### Input fields for `UpdateTeamDiscussionInput`\n\n* `body` (String): The updated text of the discussion.\n* `bodyVersion` (String): The current version of the body content. If provided, this update operation\nwill be rejected if the given version does not match the latest version on the server.\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `id` (ID!): The Node ID of the discussion to modify.\n* `pinned` (Boolean): If provided, sets the pinned state of the updated discussion.\n* `title` (String): The updated title of the discussion.\n\n## URI - scalar\n\nAn RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.\n\n## X509Certificate - scalar\n\nA valid x509 certificate string."}