cli/pkg/cmd/discussion/client
Max Beizer 0687a29e51
Fix GQL schema: Discussion uses closed bool, not state string
The GraphQL Discussion type has a `closed` boolean field, not a
`state` string. Updated the API response struct and GQL fragment
to query `closed` instead of `state`, and derive the domain-level
State string ("OPEN"/"CLOSED") from the boolean in mapDiscussion.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-13 11:51:22 -05:00
..
client.go Address review feedback on discussion list PR 2026-04-13 10:20:09 -05:00
client_impl.go Fix GQL schema: Discussion uses closed bool, not state string 2026-04-13 11:51:22 -05:00
client_mock.go Address review feedback on discussion list PR 2026-04-13 10:20:09 -05:00
types.go Address review feedback on discussion list PR 2026-04-13 10:20:09 -05:00