pub async fn comment_create(
client: &Client,
input: CommentCreateInput,
) -> Result<Value, LinearError>Expand description
Creates a new comment.
pub async fn comment_create(
client: &Client,
input: CommentCreateInput,
) -> Result<Value, LinearError>Creates a new comment.