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
I love your library it is really awesome. However, I find that the classes generated are a bit overcomplicated sometimes.
What would be the best approach to customize it a little bit so that :
On UpdateArgs, string values don't require { set : "stringValue" } so that we can directly pass the value
On 1-m connections, we don't need to use the complete syntax with connect/create/... but can directly pass the IDs as an array of Int so that they are "connected" by default?
I have started extending the generated types but it looks like it is taking away most of the benefits.
Thank you for your help.
The text was updated successfully, but these errors were encountered:
Hi there,
I love your library it is really awesome. However, I find that the classes generated are a bit overcomplicated sometimes.
What would be the best approach to customize it a little bit so that :
I have started extending the generated types but it looks like it is taking away most of the benefits.
Thank you for your help.
The text was updated successfully, but these errors were encountered: