Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Feb 12, 2024
1 parent a7e0141 commit af60229
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

namespace HotChocolate.Data;

internal sealed class InferDbContextParameterExpressionBuilder()
internal sealed class InferDbContextParameterExpressionBuilder()
: IParameterExpressionBuilder
, IParameterFieldConfiguration
, IParameterFieldConfiguration
{
public ArgumentKind Kind => ArgumentKind.Service;

Expand All @@ -40,4 +40,4 @@ public void ApplyConfiguration(ParameterInfo parameter, ObjectFieldDescriptor de

public Expression Build(ParameterExpressionBuilderContext context)
=> ServiceExpressionHelper.Build(context.Parameter, context.ResolverContext, ServiceKind.Resolver);
}
}

0 comments on commit af60229

Please sign in to comment.