graphql-timezone
Advanced tools
Comparing version 1.0.0 to 1.0.1
declare type Props = { | ||
name: string; | ||
name?: string; | ||
description?: string; | ||
@@ -4,0 +4,0 @@ }; |
@@ -13,3 +13,3 @@ "use strict"; | ||
// @ts-ignore | ||
name: name, | ||
name: name || "Timezone", | ||
description: description || | ||
@@ -16,0 +16,0 @@ 'Accepts any valid timezone. List of available [timezones is here](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) (column "TZ database name").', |
@@ -5,3 +5,3 @@ import { createStringScalar } from 'graphql-scalar'; | ||
type Props = { | ||
name: string; | ||
name?: string; | ||
description?: string; | ||
@@ -13,3 +13,3 @@ }; | ||
// @ts-ignore | ||
name, | ||
name: name || "Timezone", | ||
description: | ||
@@ -16,0 +16,0 @@ description || |
{ | ||
"name": "graphql-timezone", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Timezone scalar type for GraphQL", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
8410
6
1
25