We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5c76de + 8919f90 commit 9d5dcdbCopy full SHA for 9d5dcdb
Micro.Auth.Api/Internal/StartupExtensions/GraphQl.cs
@@ -37,6 +37,7 @@ public static void ConfigureGraphQl(this IServiceCollection services)
37
services.AddTransient<UserByIdDataLoader>();
38
services.AddTransient<SessionByUserDataLoader>();
39
services.AddScoped<AuthorizeDirectiveVisitor>();
40
+ services.AddScoped<RequirePermissionDirectiveVisitor>();
41
services
42
.AddGraphQL(options =>
43
{
0 commit comments