Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 5fcdd5f

Browse files
refactor(#5): revert change to GraphQL Java Tools configuration
This change is no longer required for GraphQL Annotations integration to work, as it excludes this dependency.
1 parent 7bb90c8 commit 5fcdd5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-kickstart-spring-boot-autoconfigure-tools/src/main/java/graphql/kickstart/tools/boot/GraphQLJavaToolsAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public SchemaParserOptions.Builder optionsBuilder(
119119

120120
@Bean
121121
@ConditionalOnBean({GraphQLResolver.class})
122-
@ConditionalOnMissingBean({SchemaParser.class, GraphQLSchema.class})
122+
@ConditionalOnMissingBean
123123
public SchemaParser schemaParser(
124124
List<GraphQLResolver<?>> resolvers,
125125
SchemaStringProvider schemaStringProvider,

0 commit comments

Comments
 (0)