Skip to content

feat: 🍰 Implement `UpdateGroup` Resolver

Created by: Tirokk

🍰 Pull Request

Implement UpdateGroup resolver.

Issues

Todo

  • GraphQL
  • tests:
    • general
    • slugification
      • if we change the name so that an existing slug will be generated that it is made unique by *-1
    • test if resolver Group finds group by id
    • does avatar testing make sense this way in backend/src/schema/resolvers/user_management.spec.js
      • minimum: await is missing …
      • search for other appearances of avatar: Factory.build('image', or Factory.build('image' without await
      • created an issue #5256 (closed)
  • cleanup: search for Wolle

Merge request reports