-
-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mutation Conventions #4519
Mutation Conventions #4519
Conversation
I have reworked how we handle arguments so that all schema-building approaches are aligned. With the new approach, we rewrite the arguments in field middleware. This allows us to have the resolver code act if there was no input type at all. |
src/HotChocolate/Core/src/Types.Mutations/MutationMiddleware.cs
Outdated
Show resolved
Hide resolved
src/HotChocolate/Core/src/Types.Mutations/MutationMiddleware.cs
Outdated
Show resolved
Hide resolved
src/HotChocolate/Core/src/Types/Configuration/AggregateTypeInterceptor.cs
Show resolved
Hide resolved
SonarCloud Quality Gate failed. |
@mutation