based on this stackoverflow question, graphql doesn't support interfaces with input types, and yet strawberry allows this:
import strawberry
@strawberry.interface
class SomeInterface:
some_arg: str
@strawberry.input
class SomeInput(SomeInterface): # this should throw an error
another_arg: str
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