graphql icon indicating copy to clipboard operation
graphql copied to clipboard

onCreate for connectOrCreate should allow nested mutations

Open dan-fein opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. When using connectOrCreate and the node does not exist, users should be able to connect the new node as they would with a standard create mutation.

Describe the solution you'd like You'll see here an example of what this might look like, as currently it goes against expected behavior: https://github.com/neo4j/graphql/issues/1068

dan-fein avatar Mar 02 '22 04:03 dan-fein