Replies: 3 comments 3 replies
-
For future readers, this was resolved (see description here #640). The issue ended up being that a field was defined with |
Beta Was this translation helpful? Give feedback.
-
use type:"String" instead of type:String and define the models in seperate files |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for your help. But how exactly do I build my models in different files if I have to use the builder? It seems like my file is going to get huge but I don't see how I can use the builder.object type and then import it into my main server file so that it gets. Implemented. I can't find any good example of how this should look anywhere; if you have one please share it because I'd love to better understand the file structure. |
Beta Was this translation helpful? Give feedback.
-
I am trying to reference the money type onto my cart type I have tried a few different ways and keep getting this error:
:Ref function String() { [native code] } has not been implemented
In my project, I am importing my types as classes as recommended in the docs,
My types:
That are in a separate file from my server
Here is my server:
I have two comments showing where I am likely failing
Beta Was this translation helpful? Give feedback.
All reactions