From a9260b7cdae5547b73952d3fc6319bbebd745b9a Mon Sep 17 00:00:00 2001 From: Ola Okelola <10857143+lolopinto@users.noreply.github.com> Date: Fri, 5 May 2023 11:48:16 -0700 Subject: [PATCH] support Ent in custom graphql (#1409) --- ts/package.json | 2 +- ts/src/graphql/graphql.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/package.json b/ts/package.json index a7559b35e..1ddef31c0 100644 --- a/ts/package.json +++ b/ts/package.json @@ -1,6 +1,6 @@ { "name": "@snowtop/ent", - "version": "0.1.0-alpha127", + "version": "0.1.0-alpha128", "description": "snowtop ent framework", "main": "index.js", "types": "index.d.ts", diff --git a/ts/src/graphql/graphql.ts b/ts/src/graphql/graphql.ts index 5e61bd4dd..d94785f4e 100644 --- a/ts/src/graphql/graphql.ts +++ b/ts/src/graphql/graphql.ts @@ -149,6 +149,7 @@ export const knownAllowedNames: Map = new Map([ ["Float", "number"], ["ID", "ID"], ["JSON", "any"], + ["Node", "Ent"], ]); export const knownDisAllowedNames: Map = new Map([