Skip to main content

comment_create

Function comment_create 

Source
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