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 Feb 6, 2024
1 parent 813255a commit 65caf8f
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 65caf8f

Please sign in to comment.