cc-backend/internal/graph
Christoph Kluge 834f9d9085 Add role helper functions, add project role barebone, add valid role arr
- HasAnyRoles([]string): Checks if user has *one* of the roles
- HasAllRoles([]string): Cheks if user has *all* of the roles
- HasNotRoles([]string): Checks if user has *none* of the roles
- IsValidRole(string): Checks if given string is known valid role
2023-01-25 16:59:16 +01:00
..
generated Regenerate GraphQL Api. Remove FilterRanger 2022-09-12 13:33:01 +02:00
model Regenerate GraphQL Api. Remove FilterRanger 2022-09-12 13:33:01 +02:00
resolver.go Refactor directory structure 2022-06-21 17:52:36 +02:00
schema.resolvers.go Add role helper functions, add project role barebone, add valid role arr 2023-01-25 16:59:16 +01:00
stats.go Regenerate GraphQL Api. Remove FilterRanger 2022-09-12 13:33:01 +02:00