Add option to ignores users in reactions plugin (#256)

This commit is contained in:
Simon Lecoq
2021-04-24 21:46:27 +02:00
committed by GitHub
parent e25c486a52
commit 836afd3bfd
5 changed files with 20 additions and 4 deletions

View File

@@ -9,6 +9,9 @@ query ReactionsDefault {
reactions(last: 100, orderBy: {field: CREATED_AT, direction: DESC}) {
nodes {
content
user {
login
}
}
}
}