prisma-client-lib
Advanced tools
Comparing version 1.18.0-beta.2 to 1.18.0-beta.4
@@ -303,3 +303,4 @@ "use strict"; | ||
var fieldType = _this.getDeepType(field.type); | ||
return fieldType instanceof graphql_1.GraphQLScalarType; | ||
return (fieldType instanceof graphql_1.GraphQLScalarType || | ||
fieldType instanceof graphql_1.GraphQLEnumType); | ||
}) | ||
@@ -306,0 +307,0 @@ .map(function (_a) { |
{ | ||
"name": "prisma-client-lib", | ||
"version": "1.18.0-beta.2", | ||
"version": "1.18.0-beta.4", | ||
"author": "Tim Suchanek <suchanek@prisma.io>", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is not supported yet
188897
2298