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 Jan 2, 2024
1 parent 845c6ca commit a0434e4
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 @@ -122,6 +122,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 a0434e4

Please sign in to comment.