{
  "extends": ["@schematics/angular"],
  "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Adds Apollo Angular to the application.",
      "factory": "./install/index#factory",
      "schema": "./install/schema.json"
    }
  }
}
