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
feat: add schema wiring support for Spring Graphql 1.0 project (#310)
* feat: add initial support for Spring Graphql 1.0 project
* feat: extract JavaScalars into graphql-jpa-query-scalars module
* fix: move JavaScalarsWiringPostProcessor to graphql-jpa-query-scalars
* fix: add GraphQLJpaQueryStarterIT graphql test support
* fix: polish graphql source auto configuration
Copy file name to clipboardexpand all lines: graphql-jpa-query-autoconfigure/src/main/java/com/introproventures/graphql/jpa/query/autoconfigure/GraphQLJpaQueryProperties.java
Copy file name to clipboardexpand all lines: graphql-jpa-query-autoconfigure/src/main/java/com/introproventures/graphql/jpa/query/autoconfigure/GraphQLSchemaAutoConfiguration.java
Copy file name to clipboardexpand all lines: graphql-jpa-query-autoconfigure/src/main/java/com/introproventures/graphql/jpa/query/autoconfigure/GraphQLSchemaConfigurer.java
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/main/resources/com/introproventures/graphql/jpa/query/boot/autoconfigure/default.properties
Copy file name to clipboardexpand all lines: graphql-jpa-query-autoconfigure/src/test/java/com/introproventures/graphql/jpa/query/autoconfigure/GraphQLSchemaAutoConfigurationTest.java
0 commit comments