POST
linear_comment_create.py
Posts a GraphQL document to
POST /graphql, as every tool in this pack does.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Post a comment. Give exactly one parent — an issue, project, project update, initiative, initiative update or document. Markdown is supported in the body, and parent_id makes it a threaded reply.
from charter.packs import linear
result = await linear.comment_create.ainvoke({"variables": ...})
POST /graphql, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | CommentCreateVariables | The comment to post. |
Was this page helpful?