Skip to content

Commit

Permalink
ghub-fetch-repository: Also fetch discussionCategories
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Sep 1, 2024
1 parent 4dfa00c commit bb3c52e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lisp/ghub-graphql.el
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ behave as for `ghub-request' (which see)."
id
login
name)
(discussionCategories [(:edges t)]
id
name
emoji
isAnswerable
description)
(discussions [(:edges t)
(:singular discussion number)
(orderBy ((field UPDATED_AT) (direction DESC)))]
Expand Down

0 comments on commit bb3c52e

Please sign in to comment.