Created
April 5, 2021 19:34
-
-
Save alexanderhupfer/31128234957216b789e1103fc56a18ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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