Skip to content

Instantly share code, notes, and snippets.

@alexanderhupfer
Created April 5, 2021 19:34
Show Gist options
  • Save alexanderhupfer/31128234957216b789e1103fc56a18ad to your computer and use it in GitHub Desktop.
Save alexanderhupfer/31128234957216b789e1103fc56a18ad to your computer and use it in GitHub Desktop.
from graphene_sqlalchemy import SQLAlchemyObjectType
from models import User as UserModels
class User(SQLAlchemyObjectType):
class Meta:
model = UserModel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment