graphql: Add a filter by group

This commit is contained in:
Valentin Tolmer
2021-09-24 22:35:31 +02:00
committed by nitnelave
parent 09a23a1e59
commit eb974e781c
5 changed files with 31 additions and 10 deletions
+2
View File
@@ -29,6 +29,8 @@ input RequestFilter {
all: [RequestFilter!]
not: RequestFilter
eq: EqualityConstraint
memberOf: String
memberOfId: Int
}
"DateTime"