mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 20:54:16 +03:00
Fixed issues
This commit is contained in:
parent
5a949ce209
commit
11a5ee189e
|
@ -71,7 +71,7 @@ def test_nodefield_query():
|
|||
}
|
||||
'''
|
||||
expected = {
|
||||
'allMyNodes': {
|
||||
'contextNodes': {
|
||||
'edges': [{
|
||||
'node': {
|
||||
'name': 'my'
|
||||
|
@ -87,6 +87,7 @@ def test_nodefield_query():
|
|||
assert not result.errors
|
||||
assert result.data == expected
|
||||
|
||||
|
||||
def test_connectionfield_context_query():
|
||||
query = '''
|
||||
query RebelsShipsQuery {
|
||||
|
|
Loading…
Reference in New Issue
Block a user