mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 20:54:16 +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,
|
meta,
|
||||||
name=None,
|
name=None,
|
||||||
description=None,
|
description=None,
|
||||||
model=None,
|
|
||||||
graphql_type=None,
|
graphql_type=None,
|
||||||
registry=False
|
registry=False
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user