Skip to content

Commit

Permalink
Fix dependencies for GraphQL
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek committed Jan 8, 2024
1 parent 6a1aec3 commit 8e8e81b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace OrchardCore.Search.Elasticsearch.GraphQL
/// <summary>
/// These services are registered on the tenant service collection
/// </summary>
[RequireFeatures("OrchardCore.Apis.GraphQL")]
[RequireFeatures("OrchardCore.Apis.GraphQL", "OrchardCore.Queries")]
public class Startup : StartupBase
{
public override void ConfigureServices(IServiceCollection services)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace OrchardCore.Search.Lucene.GraphQL
/// <summary>
/// These services are registered on the tenant service collection
/// </summary>
[RequireFeatures("OrchardCore.Apis.GraphQL")]
[RequireFeatures("OrchardCore.Apis.GraphQL", "OrchardCore.Queries")]
public class Startup : StartupBase
{
public override void ConfigureServices(IServiceCollection services)
Expand Down

0 comments on commit 8e8e81b

Please sign in to comment.