Replies: 1 comment
-
Any Newtonsoft-annotations will not work. Have a look at this usage of UseLowerCaseLabels and how it's implemented through |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @danielcweber and thank you for this wonderful software :)
To me it looks like you're utilizing Newtonsoft to do json-serialization/deserialization. Will this stick now with System.Text.Json?
Further, if Newtonsoft is the case, I'm assuming that decorating properties with '[JsonProperty("myCamelCase")]' will sort db-side variable naming? If so -> are there any attributes that can be utilized to handle vertex labeling? The desired outcome here is that, for instance, a PersonV vertex gets labeled "person" db-side.
Looking forward to hearing back from you!
/T
Beta Was this translation helpful? Give feedback.
All reactions