Allow filtering of issues by negated author in GraphQL
The GraphQL api is missing the ability to filter issues by negated author (i.e. not: { authorUsername: "root" }
. This should be added so that we can perform the filter Author != root
for issues.
Edited by Coung Ngo