-
Notifications
You must be signed in to change notification settings - Fork 328
Closed as not planned
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
We are migrating to spring-graphql from graphql-java-kickstart. But we wanted to do it incrementally, given we have a lot of resolvers. Thus, we wanted to have both dependencies living by side and move each resolver slowly. Is it possible to achieve this, or are there a lot of conflicts?
For instance I tried it and got:
Unresolved failure from "ASYNC" dispatch: java.lang.ClassCastException: class graphql.GraphQLContext cannot be cast to class com.klarna.app.cons.graphql.ExtendedGraphQlContext (graphql.GraphQLContext and com.klarna.app.cons.graphql.ExtendedGraphQlContext are in unnamed module of loader 'app')
Appreciate your help
Metadata
Metadata
Assignees
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid