chore: removes schemaOutputFile prop in alpha

This commit is contained in:
PatrikKozak
2024-03-08 15:58:37 -05:00
parent f43de11121
commit 28f10ffc25
9 changed files with 0 additions and 29 deletions

View File

@@ -111,7 +111,6 @@ export default joi.object({
maxComplexity: joi.number(),
mutations: joi.function(),
queries: joi.function(),
schemaOutputFile: joi.string(),
}),
hooks: joi.object().keys({
afterError: joi.func(),