[SIEM] GraphQL type generation fails to generate types #46754
Labels
bug
Fixes for quality problems that affect the customer experience
chore
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Team:SIEM
With the latest from master, running
node scripts/generate_types_from_graphql.js
from${KIBANA_HOME}/x-pack/legacy/plugins/siem
to generate the graphql types fails with the following error:This appears to the be results of the recent upgrade of
graphql-code-generator
from"^0.13.0"
to"^0.18.2"
, which introduces a familiar breaking change from a few months ago. Yay semver!The text was updated successfully, but these errors were encountered: