const getControllerClass =
  memoize((options: ComponentOptions): string =>
    `Apollo${Case.capital(options.type)}Controller`);