update graphql test case because of bugfixes in nim-graphql

recent introspection bugfixes in nim-graphql alter the result
of introspection system.
This commit is contained in:
jangko 2021-05-04 14:26:10 +07:00
parent 10142ad711
commit c46b7186ca
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 7 additions and 2 deletions

View File

@ -10,22 +10,27 @@
}
"""
result = """
{
"__schema":{
{"
__schema":{
"types":[
{"name":"Log"},
{"name":"CallData"},
{"name":"SyncState"},
{"name":"BigInt"},
{"name":"Int"},
{"name":"Float"},
{"name":"Mutation"},
{"name":"Address"},
{"name":"Block"},
{"name":"CallResult"},
{"name":"Query"},
{"name":"Boolean"},
{"name":"FilterCriteria"},
{"name":"Bytes"},
{"name":"String"},
{"name":"Bytes32"},
{"name":"BlockFilterCriteria"},
{"name":"ID"},
{"name":"Pending"},
{"name":"Transaction"},
{"name":"Long"},