Skip to main content
MUTATION
replyToGitHubReviewThread(threadId: ID!, body: String!): GitHubReviewComment!

Arguments

threadId
ID!
required

Identifier of the thread.

body
String!
required

The body used to filter or perform the operation.

id
ID!

Stable identifier for this GitHub review comment.

body
String!

The body associated with this GitHub review comment.

bodyText
String!

The body text associated with this GitHub review comment.

bodyHtml
String!

The body html associated with this GitHub review comment.

url
String!

URL for this GitHub review comment.

The author associated with this GitHub review comment. May be null when unavailable or not applicable.

createdAt
String!

ISO 8601 timestamp when this GitHub review comment was created.

updatedAt
String!

ISO 8601 timestamp when this GitHub review comment was last updated.

Mutation
Variables
Response