Done Bear: Fix Create Task GraphQL 400 - #30180
Conversation
|
Thank you for the update! 🎉 We're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 15 business days. |
Greptile SummaryUpdates the Done Bear teams GraphQL query to use the API-compatible
Confidence Score: 5/5The PR appears safe to merge with no actionable defects identified. The corrected GraphQL declaration matches sibling workspace filters, while existing callers continue supplying string-serialized IDs accepted by GraphQL’s ID scalar. Important Files Changed
Reviews (1): Last reviewed commit: "chore(done-bear): changelog for teams wo..." | Re-trigger Greptile |
|
Superseded by #30183, which includes the workspace ID fix together with the tested Done Bear command and AI capture improvements. |
Description
Create Task 400s against the current API because
DonebearTeamsstill declares$workspaceId: String!while the TeamworkspaceIdfilter is anIDcomparator, same as tasks and projects. This flips that variable toID!so the form can load teams and create tasks again.Screencast
N/A — GraphQL variable type fix, no UI changes.
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare located outside the metadata folder if they were not generated with our metadata tool