You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using https://graphql-code-generator.com, the execution of all plugins I tested (typescript, fragment-matcher, introspection) fails with:
Type PluginAPIType must define one or more fields.
This only happens with Mesh v. 0.37.x and 0.38.0 - with 0.36.8, codegeneration works fine - so it's probably caused by the new plugin system that was introduced with 0.37.0...
Seen with "@graphql-codegen/cli@^1.5.0" with this codegen.yaml:
When using https://graphql-code-generator.com, the execution of all plugins I tested (typescript, fragment-matcher, introspection) fails with:
This only happens with Mesh v. 0.37.x and 0.38.0 - with 0.36.8, codegeneration works fine - so it's probably caused by the new plugin system that was introduced with 0.37.0...
Seen with "@graphql-codegen/cli@^1.5.0" with this codegen.yaml:
when executing
graphql-codegen --config codegen.yml
.The text was updated successfully, but these errors were encountered: