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
The text was updated successfully, but these errors were encountered:
WillSewell
changed the title
Go client generator: embedded struct is not included in generated client
Client generator: go embedded struct is not included in generated client
Jan 9, 2025
Probably related to this: In the dev dashboard, the models in the API response section is missing the inner fields as well, while the actual API Caller yields a response with all fields in place on request.
If I have an API like
and run
encore gen client <app> --output=./client.ts --env=local
, then I getI think this is a bug, because if I actually make a request to the endpoint, then it does return fields from embedded structs.
The text was updated successfully, but these errors were encountered: