Skip to content
Snippets Groups Projects
Commit 367fe373 authored by Ewen Le Bihan's avatar Ewen Le Bihan
Browse files

fix(groups): non-admins cannot see groups tree

parent 9d60e8c7
No related branches found
Tags v0.4.1
No related merge requests found
......@@ -143,6 +143,8 @@ builder.queryField('groups', (t) =>
in: user?.major.schools.map(({ id }) => id) ?? [],
},
},
},
{
studentAssociation: {
school: {
id: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment