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
For those who want to have only one schema for both backend and frontend, what is the correct conversion path? The same need is described in the thread below: #2385 (comment)
I can use describe() in the Node.js part, but how do I compile it again in the browser? I tried using the compile() function, but it didn't work. The build() function is not included in the browser version.
Isn't this a valid use case?
The text was updated successfully, but these errors were encountered:
Runtime
node.js & browser
Runtime version
Latest
Module version
Latest
Used with
No response
Any other relevant information
No response
How can we help?
For those who want to have only one schema for both backend and frontend, what is the correct conversion path? The same need is described in the thread below:
#2385 (comment)
I can use describe() in the Node.js part, but how do I compile it again in the browser? I tried using the compile() function, but it didn't work. The build() function is not included in the browser version.
Isn't this a valid use case?
The text was updated successfully, but these errors were encountered: