Title ^
driver: ApolloDriver,
autoSchemaFile: join(process.cwd(), 'src/schema.gql'),
sortSchema: true,
playground: false,
plugins: [],
debug: false,
}),```
Does debug nto exist anymore? Same with the cors option, the documentation isn't updated to show this
```Argument of type '{ driver: typeof ApolloDriver; autoSchemaFile: string; sortSchema: true; playground: false; plugins: undefined[]; debug: boolean; }' is not assignable to parameter of type 'ApolloDriverConfig'.
Object literal may only specify known properties, and 'debug' does not exist in type 'ApolloDriverConfig'.```