Hello William -
If you're using neo4j-graphql.js a UUID will be generated and set automatically for any ID! field if not specified in the create mutation.
I noticed this behavior when creating new nodes. However, I noticed this is not happening...
This post explains what is going on very well. It seems a bit counter intuitive to me. But since there will be unused properties anyway (spelling errors and property name changes during schema design and prototyping..etc), I decided to just ignore an...