We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62a735 commit 1f8657aCopy full SHA for 1f8657a
src/introspection/getTypeFromValues.js
@@ -8,7 +8,7 @@ import {
8
GraphQLString,
9
} from 'graphql';
10
import GraphQLJSON from 'graphql-type-json';
11
-import DateType, { isISODateString } from './DateType';
+import DateType from './DateType';
12
13
const isNumeric = (value) => !isNaN(parseFloat(value)) && isFinite(value);
14
const valuesAreNumeric = (values) => values.every(isNumeric);
0 commit comments