Is there a way to have something like this ? ```python class AddUserInput(SQLAlchemyInputObjectType): class Meta: model = UserModel ```