We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97712a9 + 2935434 commit daa9537Copy full SHA for daa9537
1 file changed
Micro.AppRegistration.Api/Internal/StartupExtensions/GraphQl.cs
@@ -37,6 +37,7 @@ public static void ConfigureGraphql(this IServiceCollection services)
37
services.AddTransient<ApplicationByOwnerLoader>();
38
39
services.AddScoped<AuthorizeDirectiveVisitor>();
40
+ services.AddScoped<RequirePermissionDirectiveVisitor>();
41
42
services
43
.AddGraphQL(options =>
0 commit comments