Frank Quednau
Frank Quednau
This looks wrong - connectRouter produces a reducer function which should be combined with other reducers to become part of the rootReducer. Here you are trying to call it -...
We had a similar situation for a component that does require a TranslationContext to be tested correctly (so, root is translationcontext and the tested component is inside). What we did...
well, basically we're in the dark with regard to the following values, aren't we? ``` GRAPHQL_SERVER_HOST=0.0.0.0 GRAPHQL_SERVER_PORT=4001 GRAPHQL_SERVER_PATH=/graphql ``` to be found in the .env file in API - while...
As a workaround, if I change the return of the function to `Task` and then change the return to ```csharp return new NullResult() ``` where **NullResult** is ```csharp public class...
@surgupta-msft yes, I'm also a bit confused about the example you provide - I would have assumed that your example would also have run correctly before whatever you changed, since...
I am the author of the issue and I've responded - correct? So here's my feedback: The proposed code sample does not correspond to the problem outlined in the beginning.
OK, the call from GraphiQL gives a bit more context: ```java kotlin.KotlinNullPointerException at org.neo4j.graphql.GraphQLSchemaBuilder.newReferenceField(GraphQLSchemaBuilder.kt:266) at org.neo4j.graphql.GraphQLSchemaBuilder.addRelationships(GraphQLSchemaBuilder.kt:232) at org.neo4j.graphql.GraphQLSchemaBuilder.toGraphQLObjectType(GraphQLSchemaBuilder.kt:184) at org.neo4j.graphql.GraphQLSchemaBuilder.graphQlTypes(GraphQLSchemaBuilder.kt:682) at org.neo4j.graphql.GraphQLSchemaBuilder.buildSchema(GraphQLSchemaBuilder.kt:370) at org.neo4j.graphql.GraphQLSchemaBuilder$Companion.buildSchema(GraphQLSchemaBuilder.kt:333) at org.neo4j.graphql.GraphSchema.getGraphQL(GraphSchema.kt:23) ``` and it is...
Yeah...we did actually try to reproduce but this isn't happening on a small repro. I know this is wholly unsatisfactory (imagine how it feels for us, considering you don't find...
Okay, when I do that for the component in question, I get the following > I copy/pasted the source-property, and replaced \n with new line and \\" with " ```tsx...