Add Group as a possible ActionLog object

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-04-27 16:51:28 +02:00
parent 6332f0534d
commit c58e54d5b9
3 changed files with 10 additions and 1 deletions

View File

@@ -190,6 +190,12 @@ export const LOGS = gql`
domain
name
}
... on Group {
id
preferredUsername
domain
name
}
... on User {
id
email