Michael Sonnleitner

Results 8 issues of 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 ![image](https://user-images.githubusercontent.com/65229544/161768020-0fe50a5d-373c-41fe-a4fe-98c2c0fa6bdb.png)

help wanted
good first issue

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...

enhancement
Server

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...

enhancement
Server

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...

enhancement
triaged

### 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...

area:client

### 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...

area:server