POST
linear_reaction_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.
React to a comment, issue or status update with an emoji. Give the emoji by name without colons, such as ‘+1’, and exactly one target.
from charter.packs import linear
result = await linear.reaction_create.ainvoke({"variables": ...})
POST /graphql, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | ReactionCreateVariables | The reaction to add. |
Was this page helpful?