{
  "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "cloud.api.appsync": {
      "description": "AWS AppSync API",
      "factory": "./appsync/index#appSyncApiGenerator",
      "schema": "./appsync/schema.json"
    }
  }
}
