Andreas Berger
Andreas Berger
@lion7 #184 works with the spring (spring-boot) generator, #185 only generates `File` istead of `MultipartFile` as parameter
While going through the code (due to java portation), I noticed that the mentioned call to `createAuthAndParams` is made with the `entity`-parameter set to `refNode`, but around the call a...
I cant see any problem with your example: ```kotlin package demo import org.neo4j.graphql.QueryContext import org.neo4j.graphql.SchemaBuilder import org.neo4j.graphql.Translator fun main() { val idl = """ type Person { name: ID! age:...
Can you take a look at https://github.com/neo4j-graphql/neo4j-graphql-java/pull/195 to see if it fits your needs
I will add a new translator config to switch between following `inputStyle`-options: 1. `TYPE` this will generate one `data`-argument for the `create`, `merge` and `update`, where the type of the...
in `@neo4j/graphql` the input argument is called: - `input` for creation and the input type is named `CreateInput` - `update` for mutation and the input type is named `UpdateInput`, and...
@yarc Can you please test with the current master to see if the problem persists? If so can you [provide a testcase](https://github.com/neo4j-graphql/neo4j-graphql-java/tree/master/core/src/test/resources/issues).
I am currently working on a major refactoring regarding the API alignment with the JS version. This bug will also be fixed with the new API. There will be no...
> Any Update on this ? work is still in progress
@jexp I searched the code base for `slotted`, but we do not generate any cypher with a `runtime` flag. @Anunayth is your clue code generating the `runtime=slotted` flag?