@homebound/graphql-typescript-simple-resolvers
Advanced tools
Comparing version 1.24.0 to 1.25.0
@@ -64,2 +64,5 @@ "use strict"; | ||
} | ||
else if (type.name === "Boolean") { | ||
return "boolean"; | ||
} | ||
else { | ||
@@ -66,0 +69,0 @@ return config.scalars[type.name] || type.name.toString(); |
@@ -22,2 +22,3 @@ import { Context, AuthorId, Popularity } from "./entities"; | ||
birthdayPartyScheduled: Resolver<AuthorId, {}, Date | null | undefined>; | ||
populate: Resolver<AuthorId, {}, boolean | null | undefined>; | ||
} | ||
@@ -24,0 +25,0 @@ |
{ | ||
"name": "@homebound/graphql-typescript-simple-resolvers", | ||
"version": "1.24.0", | ||
"version": "1.25.0", | ||
"main": "./build/index.js", | ||
@@ -5,0 +5,0 @@ "types": "./build/", |
Sorry, the diff of this file is not supported yet
21472
374