fix(frontend): remove organizedEvents from LoggedUserMemberships

This piece of date is not user in the UI.

LoggedUserMemberships is referenced as LOGGED_USER_MEMBERSHIPS 
LOGGED_USER_MEMBERSHIPS  is used in views/Group/MyGroups.vue and components/Event/OrganizerPickerWrapper.vue which are not displaying events content nor  events count for a group.

closes #1778
This commit is contained in:
setop
2025-06-16 16:46:16 +00:00
parent af7fb2bc15
commit ddbba76887

View File

@@ -282,17 +282,6 @@ export const LOGGED_USER_MEMBERSHIPS = gql`
}
parent {
...ActorFragment
organizedEvents {
elements {
id
title
picture {
uuid
url
}
}
total
}
}
invitedBy {
...ActorFragment