Allow group members to access group drafts

Closes #843

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-11-13 18:43:44 +01:00
parent 6a63ece91f
commit 6d599441a9
5 changed files with 68 additions and 5 deletions

View File

@@ -214,6 +214,9 @@ export const LOGGED_USER_DRAFTS = gql`
}
beginsOn
visibility
attributedTo {
...ActorFragment
}
organizerActor {
...ActorFragment
}