Closed alexgorbatchev closed 10 months ago
Thanks for this amazing tool! I'm just starting to learn SurrealDB and am not 100% confident that this is an issue. When looking at generated files, I see that status and result are being used on types that are missing these fields.
status
result
Curious if this is expected?
My dependencies are
"dependencies": { "@sebastianwessel/surql-gen": "^1.1.0", "surrealdb.js": "^0.11.0" }
Am I doing something wrong?
I dug a bit into this and found that this is an issue with surreal.js package. I opened a PR to fix https://github.com/surrealdb/surrealdb.js/pull/205
surreal.js
Thanks for this amazing tool! I'm just starting to learn SurrealDB and am not 100% confident that this is an issue. When looking at generated files, I see that
status
andresult
are being used on types that are missing these fields.Curious if this is expected?
My dependencies are
Am I doing something wrong?