I get multiple errors when running sample provided in Readme. I run it using deno run --allow-net app.ts
TS7006 [ERROR]: Parameter 'info' implicitly has an 'any' type.
return (root, args, ctx, info) => {
~~~~
at https://deno.land/x/oak_graphql/graphql-tools/schema/addCatchUndefinedToSchema.ts:6:28
Hello,
I get multiple errors when running sample provided in Readme. I run it using
deno run --allow-net app.tsErrors are like this:
A total of 53 errors