mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 16:59:15 +08:00
Merge branch 'master' into 143520139-permalink-show-all
This commit is contained in:
+2
-2
@@ -47,8 +47,8 @@ const hookSchemas = {
|
||||
pre: Joi.func(),
|
||||
post: Joi.func()
|
||||
}))),
|
||||
loaders: Joi.object().pattern(/\w/, Joi.object().pattern(/\w/, Joi.func())),
|
||||
mutators: Joi.object().pattern(/\w/, Joi.object().pattern(/\w/, Joi.func())),
|
||||
loaders: Joi.func().maxArity(1),
|
||||
mutators: Joi.func().maxArity(1),
|
||||
resolvers: Joi.object().pattern(/\w/, Joi.object().pattern(/(?:__resolveType|\w+)/, Joi.func())),
|
||||
typeDefs: Joi.string()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user