GraphQL.Tools
GraphQL.Tools copied to clipboard
The input types are not generated from the GraphQL Schema
Consider the example schema : https://workshop.chillicream.com/graphql/
This has mutations and it has input types like below input UploadSpeakerPhotoInput { id: Int! photo: Upload! }
The above is not converted to class in the generated file.
Is there any possibility to add the input visitor and release a new package?
Thanks
Same here
GraphQL.Tools.g.cs(58,8): error CS0246: The type or namespace name 'MyClassInput' could not be found