VusalDev
VusalDev
Сделал форк, но в то же время урезал часть функций. Ну не знаю...
any updates?
Still waiting for resolving this problem
https://github.com/graphql-dotnet/graphql-client/issues/575#issuecomment-2161543708
Same issue with 13.20.0. Generate client/controller from someapi.yaml, which $ref schema from ./includes/common.yaml, which $ref schema from itself. `System.InvalidOperationException: The schema reference path './common.yaml#/components/schemas/NanoId' has not been resolved.`
Okay, that would be great. Any ideas, how I can separately generate nullable/not nullable structs in current stable version?
I use `dotnet tool graphql-client-generator`. I can fork and maintain version with custom MappingProvider, but I believe it's better to improve original tool. I expect notnull support only in data...