Add active argument to GroupsResolver
Proposal
We need to add the active argument to app/graphql/resolvers/groups_resolver.rb so we can show groups pending deletion in the Inactive tab.
Implementation guide
- Add
activeargument to app/graphql/resolvers/groups_resolver.rb
Edited by Peter Hegman