Kiran B
Kiran B
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...
As of now the code generation works only with the schema in JSON format. Please provide a feature to load the SDL version too. Meanwhile the feature is implemented, is...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug We are using Azure B2C login with a Blazor wasm...