GraphQL.Tools icon indicating copy to clipboard operation
GraphQL.Tools copied to clipboard

The input types are not generated from the GraphQL Schema

Open kiranchandran opened this issue 2 years ago • 1 comments

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

kiranchandran avatar Jan 05 '23 11:01 kiranchandran

Same here

GraphQL.Tools.g.cs(58,8): error CS0246: The type or namespace name 'MyClassInput' could not be found

jhueppauff avatar May 11 '23 08:05 jhueppauff