mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 17:46:57 +03:00
Updated SQLAlchemy
This commit is contained in:
parent
bd41abcb5a
commit
e5831057f0
|
@ -63,7 +63,7 @@ class SQLAlchemyObjectTypeMeta(ObjectTypeMeta):
|
|||
name=name,
|
||||
description=attrs.pop('__doc__', None),
|
||||
model=None,
|
||||
fields=None,
|
||||
local_fields=None,
|
||||
only_fields=(),
|
||||
exclude_fields=(),
|
||||
id='id',
|
||||
|
|
Loading…
Reference in New Issue
Block a user