This commit is contained in:
Ulf Gebhardt 2023-06-12 14:07:23 +02:00
parent 39cd82dc2a
commit b89ff93a6d
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -58,7 +58,7 @@ export const context = async (options) => {
}
}
const createServer = (options) => {
const createServer = (options?) => {
const defaults = {
context,
schema: middleware(schema),