Skip to content

Commit

Permalink
works now maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
burner committed Aug 4, 2023
1 parent 540d0a2 commit 7f24520
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/graphql/graphql.d
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,10 @@ class GraphQLD(T, QContext = DefaultContext) {
ret[Constants.errors] = err;
}
} else if(!tmp.dataIsEmpty() && tmp.isScalar()) {
insertPayload(ret, tmp);
//ret["data"] = tmp;
writefln("toRun2 before %s %s", ret, tmp);
//insertPayload(ret, tmp);
ret["data"] = tmp;
writefln("toRun2 after %s", ret);
}
}

Expand Down

0 comments on commit 7f24520

Please sign in to comment.