Tag: webapi
-
HotChocolate v13 GraphQL: how to get rid of “Input” suffix?
0 I’m building GraphQL API with C# and HotChocolate. The library adds "Input" suffix to type names which used as input arguments. I want to get rid of this behavior. And no, we’re not going to discuss why do I want this, and why it is a good practice (even if you really want to,…