DHEERAJ BHARTI

Results 2 comments of DHEERAJ BHARTI

@LucasLopesr I have run into same issue. I tried your solution but it's not working for me. Did you have to do for all nested classes? Please help! e.g. @Bean...

@oliemansm i am having this issue when i am trying to do mutation with nested inputs. schema { mutation: Mutation query: Query } type Mutation { createARecord(input: AbcInput): String! }...