mirror of
https://github.com/graphql-python/graphene.git
synced 2025-09-21 11:22:33 +03:00
fixed typo
This commit is contained in:
parent
0964453b81
commit
9fbbaa5e3b
|
@ -86,7 +86,7 @@ class Connection(ObjectType):
|
||||||
|
|
||||||
options["name"] = name
|
options["name"] = name
|
||||||
_meta.node = node
|
_meta.node = node
|
||||||
if not _meta.fileds:
|
if not _meta.fields:
|
||||||
_meta.fields = OrderedDict()
|
_meta.fields = OrderedDict()
|
||||||
_meta.fields.update(
|
_meta.fields.update(
|
||||||
page_info=Field(
|
page_info=Field(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user