-
|
I am trying to build and application using the example - Spring Boot Graphql Example I have Neo4j Database in which there are various node types like Fruit, Sweet, Vegetable. I have defined thier schema in neo4j.graphql file. and while running graphiql on browser, I can directly query these nodes with conditions. This query gives me the fruit nodes with the mentioned fields. But this is not working. Could someone help me how can I acheive this |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
Can you provide your schema please! |
Beta Was this translation helpful? Give feedback.
Adding an extra layer (wrapper) around a field is nut supported by this library.
You can try to write a custom
@cypherto meet your needs.