Skip to content

Commit

Permalink
[Infra UI] Fix graphql type generation after package upgrades (elasti…
Browse files Browse the repository at this point in the history
…c#26991)

This fixes the infrastructure UI graphql type generation after relevant packages have been upgraded in elastic#25157.
  • Loading branch information
weltenwort authored and simianhacker committed Dec 17, 2018
1 parent 30bf121 commit 3e3677e
Show file tree
Hide file tree
Showing 88 changed files with 2,163 additions and 1,230 deletions.
2 changes: 2 additions & 0 deletions .i18nrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
"exclude": [
"src/ui/ui_render/bootstrap/app_bootstrap.js",
"src/ui/ui_render/ui_render_mixin.js",
"x-pack/plugins/infra/public/graphql/types.ts",
"x-pack/plugins/infra/public/utils/loading_state/loading_result.ts",
"x-pack/plugins/infra/server/graphql/types.ts",
"x-pack/plugins/infra/server/lib/domains/log_entries_domain/log_entries_domain.ts"

]
Expand Down
1 change: 1 addition & 0 deletions x-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"fetch-mock": "^5.13.1",
"graphql-code-generator": "^0.13.0",
"graphql-codegen-introspection-template": "^0.13.0",
"graphql-codegen-typescript-resolvers-template": "^0.13.0",
"graphql-codegen-typescript-template": "^0.13.0",
"gulp": "3.9.1",
"gulp-mocha": "2.2.0",
Expand Down
82 changes: 0 additions & 82 deletions x-pack/plugins/infra/common/graphql/typed_resolvers.ts

This file was deleted.

Loading

0 comments on commit 3e3677e

Please sign in to comment.