Add organization_id field to Groups finder
Instead of creating Organization specific groups finder we should just extend the standard groups finder with an organization_id
parameter.
- Extend the standard groups finder with
organization_id
parameter - Modify the organization group resolver to use the standard group finder instead of the organization-specific group finder
- Remove the organization-specific group finder
- Finally, extend the organization groups resolver to accept an id field and pass through to the standard group finder