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