We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is there any way to pass a model as meta class to InputObjectType class?
like this:
class GasUnitInput(graphene.InputObjectType): class Meta: model = GasUnit
The text was updated successfully, but these errors were encountered:
This functionality can only be implemented in integration modules:
Sorry, something went wrong.
I started using https://github.com/tOgg1/graphene-django-cud recently, it works well so far. Take a look if you're using Django.
No branches or pull requests
is there any way to pass a model as meta class to InputObjectType class?
like this:
The text was updated successfully, but these errors were encountered: