Improve and activate groups

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-09-29 09:53:48 +02:00
parent 1ca46a6863
commit 49a5725da3
131 changed files with 16440 additions and 1929 deletions

View File

@@ -11,6 +11,7 @@ export const GET_TODO = gql`
actor {
id
preferredUsername
name
}
title
id
@@ -51,6 +52,7 @@ export const FETCH_TODO_LIST = gql`
id
preferredUsername
domain
name
}
}
}