Skip to content

Commit

Permalink
fix: blocked columns break introspection
Browse files Browse the repository at this point in the history
  • Loading branch information
dosco committed Jan 28, 2023
1 parent b9a79a8 commit 9b4deff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/intro.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ func (in *intro) addTableTypeWithDepth(

for _, c := range t.Columns {
if c.Blocked {
return
continue
}
if c.FullText {
hasSearch = true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphjin",
"version": "3.0.9",
"version": "3.0.10",
"description": "GraphJin - Build APIs in 5 minutes with GraphQL",
"type": "module",
"main": "./wasm/js/graphjin.js",
Expand Down
Binary file modified wasm/graphjin.wasm
Binary file not shown.

1 comment on commit 9b4deff

@vercel
Copy link

@vercel vercel bot commented on 9b4deff Jan 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.