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
It is convenient for my frontend that every input and output field is in camelCase. As another solution, I could name each field in my Table as camelCase, but then I would have to change my backend structure.
The text was updated successfully, but these errors were encountered:
hoosnick
added a commit
to hoosnick/piccolo_api
that referenced
this issue
Jul 29, 2023
hoosnick
changed the title
scheme_extra param not passed to pydantic_model_{output | optional | plural} methodsschema_extra param not passed to pydantic_model_{output | optional | plural} methods
Jul 29, 2023
piccolo_api/piccolo_api/crud/endpoints.py
Lines 294 to 304 in e2f8ce8
Why is schema_extra not passed to the following methods as in this method above?
When I use my pydantic basic config it only works for
ModelIn
and others don'tIt is convenient for my frontend that every input and output field is in
camelCase
. As another solution, I could name each field in myTable
as camelCase, but then I would have to change my backend structure.The text was updated successfully, but these errors were encountered: