Comparing version 1.8.5 to 1.9.0
const graphql = require('fib-graphql'); | ||
const GraphQLJSON = require('graphql-type-json'); | ||
const GraphQLDATE = require('graphql-iso-date'); | ||
const convert_where = require('../utils/convert_where'); | ||
@@ -18,3 +19,3 @@ const { | ||
"text": graphql.GraphQLString, | ||
"date": graphql.GraphQLString, | ||
"date": GraphQLDATE.GraphQLDateTime, | ||
"enum": graphql.GraphQLString, | ||
@@ -21,0 +22,0 @@ "object": GraphQLJSON |
{ | ||
"name": "fib-app", | ||
"version": "1.8.5", | ||
"version": "1.9.0", | ||
"description": "", | ||
@@ -15,2 +15,3 @@ "main": "lib/app", | ||
"fib-pool": "^1.3.0", | ||
"graphql-iso-date": "^3.4.0", | ||
"graphql-type-json": "^0.1.4" | ||
@@ -17,0 +18,0 @@ }, |
57545
1195
5
+ Addedgraphql-iso-date@^3.4.0
+ Addedgraphql-iso-date@3.6.1(transitive)