What problem does it solve?
Developers often need to perform raw GraphQL queries and mutations against Linear within a Symphony app-server session. This can be error-prone and time-consuming when editing comments, uploading assets, or exploring the API without tooling.
Core Features & Use Cases
- Execute a single GraphQL operation per call to keep requests focused and predictable.
- Support targeted introspection to discover mutations, inputs, and fields without leaving the tool.
- Error handling surfaces top-level
errors arrays so failed operations are clearly surfaced.
- Narrow payloads by requesting only the needed fields for efficient workflows.
- Common workflows include querying issues by key, mutating comments, and creating attachments or uploads via GraphQL.
Quick Start
Launch a Symphony app-server session and call linear_graphql with a query and optional variables to execute a GraphQL operation against Linear.