smallrye-graphql
smallrye-graphql copied to clipboard
Implementation for MicroProfile GraphQL
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.0 to 3.4.1. Release notes Sourced from maven-javadoc-plugin's releases. 3.4.1 [MJAVADOC-723] - Upgrade Maven Reporting API to 3.1.1/Complete with Maven Reporting Impl 3.2.0 (#158) @pzygielo Skip Java...
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 4.6.1 to 4.7.0. Release notes Sourced from mockito-junit-jupiter's releases. v4.7.0 Changelog generated by Shipkit Changelog Gradle Plugin 4.7.0 2022-08-13 - 33 commit(s) by 198812345678, Andy Coates, Chen...
When I activate quarkus.smallrye-graphql.schema-include-directives=true and use a regex like this ``` @Pattern(regexp = "^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]") ``` I get an error like this when I try to print the schema ``` java.util.UnknownFormatConversionException:...
Bumps [graphql-java](https://github.com/graphql-java/graphql-java) from 19.0 to 19.1. Release notes Sourced from graphql-java's releases. 19.1 This bug fix release was made to address a specific NullPointerException problem if consumers are explicitly setting...
see https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/.E2.9C.94.20Graphql
Jakarta Annotation 2.1 adds a `@NotNull` annotation. We should support that as an alias to our own `@NonNull`.
No, it's not implemented, yet, and we'd have to decide about what json classes we'd support. If you don't need the `data` field of your image class, just remove it!...
Hello, With Quarkus GraphQL, I am facing couple of exceptions with mutations when setters are not present in the model class. I made a small reproducer for this, which is...
Right now, configured typesafe clients are always a `Singleton` (which also prevents mocking them!), dynamic clients are `Dependent` REST Client allows configuring the scope, so we should probably do the...