You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/public/config.schema.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,10 @@
96
96
"hooks": {
97
97
"$ref": "#/definitions/Partial",
98
98
"description": "Specifies scripts to run when events are happening in the codegen core.\nHooks defined on that level will effect all output files.\n\nFor more details: https://graphql-code-generator.com/docs/config-reference/lifecycle-hooks"
99
+
},
100
+
"noSilentErrors": {
101
+
"description": "Alows to raise errors if any matched files are not valid GraphQL. Default: false.",
0 commit comments