mirror of
https://github.com/Ratstail91/sineQL.git
synced 2025-11-29 02:34:28 +11:00
Improved the test
This commit is contained in:
@@ -35,7 +35,8 @@ const sineQL = (schema, { queryHandlers }, options = {}) => {
|
||||
const result = await queryHandlers[queryTree.typeName](queryTree, typeGraph);
|
||||
|
||||
if (options.debug) {
|
||||
console.log('Query tree results:\n', result);
|
||||
console.log('Query tree results:');
|
||||
console.dir(result, { depth: null });
|
||||
}
|
||||
|
||||
return [200, result];
|
||||
|
||||
Reference in New Issue
Block a user