Hello,
I was wondering if there's a way to map to an input type?
In Strawberry, you could just do:
@strawberry.type
class User:
username: str
@strawberry.input
class UserInput(User):
pass
But doing that with this library doesn't make strawberry recognize it as an input
@_strawberryMapper.type(schema.User)
class User:
pass
@strawberry.input
class UserInput(User):
pass
_strawberryMapper.finalize()
Error:
25 TypeError: UserInput fields cannot be resolved. Input field type must be a GraphQL input type.
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