#Did the debug option get removed from the Apollo Driver Config?

2 messages · Page 1 of 1 (latest)

gentle jasper
#

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'.```
noble gyro
#

yes, it has been removed