mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-06-14 02:23:12 +03:00
Run format
This commit is contained in:
parent
6d56bb4edb
commit
9a952031b3
|
@ -99,13 +99,17 @@ def test_should_query_nested_field():
|
||||||
expected = {
|
expected = {
|
||||||
"reporter": {
|
"reporter": {
|
||||||
"lastName": "ABA",
|
"lastName": "ABA",
|
||||||
'pets': {'edges': [{'node': {
|
"pets": {
|
||||||
'lastName': 'Griffin',
|
"edges": [
|
||||||
'pets': {'edges': [{'node': {
|
{
|
||||||
'lastName': 'ABA',
|
"node": {
|
||||||
} } ] }
|
"lastName": "Griffin",
|
||||||
} } ] },
|
"pets": {"edges": [{"node": {"lastName": "ABA"}}]},
|
||||||
},
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
}
|
||||||
}
|
}
|
||||||
schema = graphene.Schema(query=Query)
|
schema = graphene.Schema(query=Query)
|
||||||
result = schema.execute(
|
result = schema.execute(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user