Michael Sonnleitner
Michael Sonnleitner
rightParam and leftParam are getting the same reference. thats wrong. https://github.com/OpenAPITools/openapi-diff/blob/02b1a3481ceb0ac5db01465bd6400e931c0d274f/core/src/main/java/org/openapitools/openapidiff/core/output/HtmlRender.java#L403 
I have following GraphQL Endpoint with following Java Model and Interface. ``` @GraphQLApi public class ModelGraphQL { @Query public Model getModel(@Name("id") long id) { return new Model(id); } } ```...
Accoring to your [Async Sample](https://github.com/phillip-kruger/graphql-async-example) it would be nice to have the possibilty to annotate graphql resouces or resolvers as async. I think this is a very common usecase that...
Limit or the possibility to page a GraphQL Resolver is a common usecase. It would be nice if this is a standard feature in the underlying graphql invoker of resolvers...
I added a list of HTTP Codes to check if empty response is allowed.
**User story.** As a Developer, I would like to get issues displayed in Sonarqube if my openapi spec does not apply to the provided spectral ruleset. **Is your feature request...
### Tell us the extension to which you'd like to add the feature. Client ### What kind of feature would you like to add? Not every schema benefits from generating...
### Tell us the extension to which you'd like to add the feature. Server ### What kind of feature would you like to add? MP REST Client generation relies on...