POST
linear_document_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.
Create a document. Only title is required — a document can hang off a project, initiative, issue, cycle or team, or off nothing at all.
from charter.packs import linear
result = await linear.document_create.ainvoke({"variables": ...})
POST /graphql, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | DocumentCreateVariables | The document to create. |
Was this page helpful?