Skip to content

Commit

Permalink
support Ent in custom graphql (#1409)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolopinto authored May 5, 2023
1 parent ed2ef38 commit a9260b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions ts/src/graphql/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export const knownAllowedNames: Map<string, string> = new Map([
["Float", "number"],
["ID", "ID"],
["JSON", "any"],
["Node", "Ent"],
]);

export const knownDisAllowedNames: Map<string, boolean> = new Map([
Expand Down

0 comments on commit a9260b7

Please sign in to comment.