Open magnusottosson opened 3 years ago
Hi @magnusottosson , Thank you for reporting this. We are not highly familiar with the C# plugins. I can refer you to https://github.com/dotansimha/graphql-code-generator/pull/3881 where this plugin was modified recently. I think the goal here was to allow to provide a similar experience to TS/JS. If you think this should be implemented differently, please feel free to send a PR :)
Describe the bug When we have an interface in the graphl schema the generated c# interface properties will have a public prefix making them a c# 8.0 feature.
Schema
C#
I guess the
public
part here should probably be omitted? Or is this intended?codegen.yml
config file:Expected behavior I expect the output to not include the public part.
Environment: