Event favorite toggle is in place but members are unable to access to toggle as the root event mutation requires "event" role. update roles in event tree to allow members to access favoriting toggle. https://github.com/ThatConference/that-api-events/blob/f4fa3378b9f6344e75778e0ee6f57b98c1cd3789/src/graphql/typeDefs/mutations/rootMutation.graphql#L2
Event favorite toggle is in place but members are unable to access to toggle as the root event mutation requires "event" role.
update roles in event tree to allow members to access favoriting toggle.
that-api-events/src/graphql/typeDefs/mutations/rootMutation.graphql
Line 2 in f4fa337