Skip to content

Commit

Permalink
update config.schema.json by building website
Browse files Browse the repository at this point in the history
run `yarn build` in website
  • Loading branch information
tnyo43 committed Jul 1, 2023
1 parent 394584e commit be1e53c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/public/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@
"hooks": {
"$ref": "#/definitions/Partial",
"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"
},
"noSilentErrors": {
"description": "Alows to raise errors if any matched files are not valid GraphQL. Default: false.",
"type": "boolean"
}
}
},
Expand Down

0 comments on commit be1e53c

Please sign in to comment.