An extension of graphql-dotnet ( https://github.com/graphql-dotnet/graphql-dotnet) that automatically generates InputObjectGraphType and ObjectGraphType starting from ...
When I use DTOs for input I expect that this DTO will be exactly used as an input for the GraphQL Mutation and no additional id should be automatically added. If the mutation needs one it can be ...