{ "opencollection": "1.0.0", "info": { "name": "Linear Attachments GraphQL API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "GraphQL", "type": "folder" }, "items": [ { "info": { "name": "Execute a GraphQL query or mutation", "type": "http" }, "http": { "method": "POST", "url": "https://api.linear.app/graphql/graphql", "body": { "type": "json", "data": "{}" } }, "docs": "Send a GraphQL query or mutation to the Linear API. All operations (issues, projects, teams, cycles, roadmaps, comments, attachments) are performed through this single endpoint using GraphQL introspection." } ] } ], "bundled": true }