Even more fixes

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-06-15 19:41:11 +02:00
parent 2e85a4a3d3
commit ef6a1a21ac
17 changed files with 213 additions and 67 deletions

View File

@@ -206,6 +206,7 @@ export const LOGGED_USER_PARTICIPATIONS = gql`
preferredUsername
name
domain
summary
avatar {
url
}
@@ -226,6 +227,7 @@ export const LOGGED_USER_PARTICIPATIONS = gql`
preferredUsername
name
domain
summary
avatar {
url
}

View File

@@ -184,6 +184,11 @@ export const LOGS = gql`
domain
name
}
... on User {
id
email
confirmedAt
}
}
insertedAt
}