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
If you expose a sql type as a verb request or response type in go you get this error message: Build failed: could not extract schema: "CreateRequestQuery" is an unsupported generated type: *schema.Data
We should make it clearer, explaining that sql types must be private to the module.
The text was updated successfully, but these errors were encountered:
If you expose a sql type as a verb request or response type in go you get this error message:
Build failed: could not extract schema: "CreateRequestQuery" is an unsupported generated type: *schema.Data
We should make it clearer, explaining that sql types must be private to the module.
The text was updated successfully, but these errors were encountered: