@@ -39,8 +39,7 @@ function parseObject (typeName, ast, variables) {
returnvalue
}
module.exports={
JSON:newGraphQLScalarType({
module.exports=newGraphQLScalarType({
name:'JSON',
description:
'The `JSON` scalar type represents JSON objects as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).',