feat(plugins/reactions): add support for discussions and discussions comments (#637)

This commit is contained in:
Simon Lecoq
2021-10-31 01:00:54 -04:00
committed by GitHub
parent 4d4842ff4d
commit f6cc74de77
3 changed files with 45 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
query ReactionsDefault {
user(login: "$login") {
login
$type($after first: 100, orderBy: {field: UPDATED_AT, direction: DESC}) {
$type($before last: 50) {
edges {
cursor
node {