mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 12:44:15 +03:00
Fixed SQLAlchemy model in node interface
This commit is contained in:
parent
8ea2fde16e
commit
9deec688ed
|
@ -119,7 +119,6 @@ class SQLAlchemyNodeMeta(SQLAlchemyObjectTypeMeta, type(Node)):
|
|||
meta,
|
||||
name=None,
|
||||
description=None,
|
||||
model=None,
|
||||
graphql_type=None,
|
||||
registry=False
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user