class Table(BaseModel):
columns: List[str]
rows: List[List[Union[float, str, None]]]
@strawberry.experimental.pydantic.type(model=Table, all_fields=True)
class TableType:
pass
TypeError: TableType fields cannot be resolved. type object 'float' has no attribute 'type_params'
Is there something wrong with my model or is this bug ?
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too