Failed to generate graphql operation types vtex.builder-hub@0.279.0

When sending vtex link it gives me a warning “Failed to generate graphql operation types vtex.builder-hub@0.279.0” why ??

Hello @BetsyOjedaC !

It’s usually happen when something is wrong with GraphQL schema. Because the builder-hub generate typescript types based on GraphQL schema, and if something is wrong, this error is thrown.

You can try find the inconsistency in your schema to solve this problem.