pub async fn comment_create<T: DeserializeOwned + GraphQLFields<FullType = Comment>>(
client: &Client,
input: CommentCreateInput,
) -> Result<T, LinearError>Expand description
Creates a new comment.
Full type: Comment
pub async fn comment_create<T: DeserializeOwned + GraphQLFields<FullType = Comment>>(
client: &Client,
input: CommentCreateInput,
) -> Result<T, LinearError>Creates a new comment.
Full type: Comment