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