feat(client): add WorkbenchPrFollowup mutation - #3922
Conversation
- Introduce `WorkbenchPrFollowup` mutation for handling follow-up operations
Soffi AI SummaryThis PR extends the Go GraphQL client ( Two supporting model additions accompany the core mutation: a Commits
Updated: 2026-07-28 09:05 UTC |
Greptile SummaryAdds a generated Go client method for the
Confidence Score: 5/5The PR appears safe to merge, with the generated client operation aligned with the existing server schema and persisted-query workflow. The mutation arguments, selected response fields, nullability mappings, generated request method, and persisted-query registration are consistent, and the incidental optional model additions do not alter current callers.
|
| Filename | Overview |
|---|---|
| go/client/client.go | Adds the generated client interface method, response model, operation document, request implementation, and operation-name registration; these match the server schema. |
| go/client/graph/workbench.graphql | Defines the follow-up mutation with arguments and selected fields consistent with the server-side GraphQL contract. |
| go/client/generated/persisted-queries/queries.json | Regenerates the persisted-query registry to include the new operation. |
| go/client/models_gen.go | Refreshes generated models with optional schema-backed fields without changing existing callers’ serialization behavior. |
Reviews (1): Last reviewed commit: "feat(workbench): add WorkbenchPrFollowup..." | Re-trigger Greptile
WorkbenchPrFollowupmutation for handling follow-up operationsTest Plan
Test environment: https://console.your-env.onplural.sh/
Checklist
Plural Flow: console