@strawberry.input
class OrderParameters():
offerer: str
zone: str
order_type: int = strawberry.field(
description="The order type, support: {}".format(OrderType.dict())
)
start_time: int
end_time: int
salt: int
offer: List[OfferItem]
consideration: List[ConsiderationItem]
zone_hash: str
total_original_consideration_items: int
conduit_key: str
counter: int
I have many input fields, and each field needs to be verified separately?
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