From c46b7186ca86b286af4fa4c7ccd61f9ce3bbb7e5 Mon Sep 17 00:00:00 2001 From: jangko Date: Tue, 4 May 2021 14:26:10 +0700 Subject: [PATCH] update graphql test case because of bugfixes in nim-graphql recent introspection bugfixes in nim-graphql alter the result of introspection system. --- tests/graphql/queries.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tests/graphql/queries.toml b/tests/graphql/queries.toml index 2ec18135b..7589fbd81 100644 --- a/tests/graphql/queries.toml +++ b/tests/graphql/queries.toml @@ -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"},