Andreas Kas

Results 4 comments of Andreas Kas

Hello @oliemansm, I have the same errors with enums as well. Given the following schema: ` type Query { getResult (filters: InputF): [Result] } input InputF { param1: String! param2:...

Just for the history for people with the same issue, add the following bean to your application with the Enums defined in the GraphQl schema ` @Bean public SchemaParserDictionary schemaParserDictionary()...

Hello @oliemansm , I am not sure if this was my finding the time i opened the ticket. But after looking again now i see that in ApolloSubscirptionProtocolHandler.java:82 is the...

@oliemansm Regarding your initial question where the session is lost and the default GraphQLContextBuilder.build() is called. I managed to reproduce the issue. Method from GraphQLInvocationInputFactory.create(GraphQLRequest graphQLRequest) (line 48) is called...