auto-claude: subtask-1-1 - Change $teamId type from ID! to String! in the team query (#1627)
Fix Linear API GraphQL type mismatch in LINEAR_GET_PROJECTS handler. The team query expects String! for the id parameter, not ID!. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -239,7 +239,7 @@ export function registerLinearHandlers(
|
||||
|
||||
try {
|
||||
const query = `
|
||||
query($teamId: ID!) {
|
||||
query($teamId: String!) {
|
||||
team(id: $teamId) {
|
||||
projects {
|
||||
nodes {
|
||||
|
||||
Reference in New Issue
Block a user