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
{{ message }}
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Caused by: java.lang.IllegalAccessError: failed to access class graphql.schema.idl.SchemaGeneratorDirectiveHelper from class graphql.kickstart.tools.DirectiveBehavior (graphql.schema.idl.SchemaGeneratorDirectiveHelper and graphql.kickstart.tools.DirectiveBehavior are in unnamed module of loader 'app')
at graphql.kickstart.tools.DirectiveBehavior.(DirectiveBehavior.kt:25) ~[graphql-java-tools-6.0.1.jar:na]
at graphql.kickstart.tools.SchemaParser.(SchemaParser.kt:57) ~[graphql-java-tools-6.0.1.jar:na]
at graphql.kickstart.tools.SchemaParserBuilder.build(SchemaParserBuilder.kt:207) ~[graphql-java-tools-6.0.1.jar:na]
Not sure why 7.0 is trying to reference the 6.0.1 jars?