POST
linear_notification_mark_read_all.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.
Mark every notification raised by one issue, project or initiative as read. This is scoped to an entity rather than to the whole inbox.
from charter.packs import linear
result = await linear.notification_mark_read_all.ainvoke({"variables": ...})
POST /graphql, as every tool in this pack does.| Field | Type | Description |
|---|---|---|
variables * | NotificationMarkReadAllVariables | Whose notifications to mark read, and when. |
Was this page helpful?