You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: update graphql-java version to 19.0
* fix: update graphql-java.version to 19.2
* fix: update spring-boot-dependencies to 2.6.12
* fix: port AstValueHelper implementation from graphql-java
* fix: port TypeTraverser from graphq-java
* fix: update test port to random
* fix: port removed Scalars to JavaScalars
* fix: update schema builder
* fix: update web controller
* fix: add Github CI build
* fix: add ntp to mvn
* fix: update directiveSupport test
* fix: remove defer directive support
* fix: remove noOpCoercing hack
* fix: update project version to 0.5.0-SNAPSHOT
Copy file name to clipboardExpand all lines: graphql-jpa-query-autoconfigure/src/main/java/com/introproventures/graphql/jpa/query/autoconfigure/GraphQLSchemaFactoryBean.java
Copy file name to clipboardExpand all lines: graphql-jpa-query-autoconfigure/src/test/java/com/introproventures/graphql/jpa/query/autoconfigure/GraphQLSchemaAutoConfigurationTest.java
+6-4
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,10 @@ public void configure(GraphQLShemaRegistration registry) {
Copy file name to clipboardExpand all lines: graphql-jpa-query-example-merge/src/test/java/com/introproventures/graphql/jpa/query/example/ApplicationTest.java
0 commit comments