mirror of
https://github.com/Ratstail91/sineQL.git
synced 2025-11-29 02:34:28 +11:00
Replaced tests with jest
This commit is contained in:
@@ -4,7 +4,7 @@ const { eatBlock, checkAlphaNumeric } = require('./utils');
|
||||
const parseInput = require('./parse-input');
|
||||
|
||||
//parse the schema into a type graph
|
||||
const buildTypeGraph = (schema, options) => {
|
||||
const buildTypeGraph = (schema, options = {}) => {
|
||||
//the default graph
|
||||
let graph = {
|
||||
String: { typeName: 'String', scalar: true },
|
||||
|
||||
Reference in New Issue
Block a user