Skip to content

Commit ae880ad

Browse files
authored
executionHelper public so consumers of nuget, can call logic (#2102)
## Why make this change? Consumers of the nuget, would need to be able to leverage common dab logic for query/mutation resolvers. ## What is this change? Exposing executionHelper as a public method ## How was this tested? No existing logic change, just made method public from internal. existing tests should cover all flows.
1 parent 40142af commit ae880ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Services/ExecutionHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace Azure.DataApiBuilder.Service.Services
2424
/// This helper class provides the various resolvers and middlewares used
2525
/// during query execution.
2626
/// </summary>
27-
internal sealed class ExecutionHelper
27+
public sealed class ExecutionHelper
2828
{
2929
internal readonly IQueryEngineFactory _queryEngineFactory;
3030
internal readonly IMutationEngineFactory _mutationEngineFactory;

0 commit comments

Comments
 (0)