graphql-python / graphql-python/graphene
input object type meta
Open
✨ enhancement
- Dominant language
- Python
- Stars
- 8.2k
- Forks
- 818
- PR merge metrics
- No merged PRs in 30d
Description
is there any way to pass a model as meta class to InputObjectType class?
like this:
```
class GasUnitInput(graphene.InputObjectType):
class Meta:
model = GasUnit
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.