Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lolopinto committed Aug 2, 2022
1 parent 8de37f6 commit fef4457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsent/cmd/generateschema/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func setBooleanValue(f *input.Field, key string) {
case "nullable":
f.Nullable = true
case "private":
f.Private = true
f.Private = &input.PrivateOptions{}
case "hideFromGraphQL":
f.HideFromGraphQL = true
case "defaultToViewerOnCreate":
Expand Down

0 comments on commit fef4457

Please sign in to comment.