You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2021. It is now read-only.
I have seen requests of Nested mutations (#89) for neo4j-graphql-js.
But the thing is, GraphQL specification seems to suggest it is not a good idea, as subfields should just be query fields to see what data changed.The preferable way could be to add a nested input type.