mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-12 09:12:18 +03:00
Formatting
This commit is contained in:
parent
99e1a1b323
commit
01d2ba67c2
|
@ -590,7 +590,7 @@ def test_django_objecttype_name_connection_propagation():
|
||||||
model = ReporterModel
|
model = ReporterModel
|
||||||
name = "CustomReporterName"
|
name = "CustomReporterName"
|
||||||
filter_fields = ["email"]
|
filter_fields = ["email"]
|
||||||
interfaces = (Node, )
|
interfaces = (Node,)
|
||||||
|
|
||||||
class Query(ObjectType):
|
class Query(ObjectType):
|
||||||
reporter = Node.Field(Reporter)
|
reporter = Node.Field(Reporter)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user