Where are cors settings now? Docs still providing old way to set them :/
Argument of type '{ driver: typeof ApolloDriver; autoSchemaFile: string; sortSchema: true; cors: { origin: string; }; buildSchemaOptions: { directives: GraphQLDirective[]; }; plugins: ApolloServerPlugin<...>[]; formatError(error: ErrorMagento): { ...; }; }' is not assignable to parameter of type 'ApolloDriverConfig'.
Object literal may only specify known properties, and 'cors' does not exist in type 'ApolloDriverConfig'.