-
I've a working version with the following packages
But when I try update to the follwing error is received. 💥 🕸️ Mesh - Catalogue Failed to generate the schema GraphQLError: Syntax Error: Unexpected Name "_Any". The .mshrc.yaml is below (endpoint is demo website from crystallize) sources:
I am also using "@graphql-codegen/cli": "^5.0.0", to generate types and it is working. Any suggestions as to why the newer versions of mesh are having a problem with the _Any scalar and how to fix it would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Gave me the answer and a hack Using a local schema with directive @key( removed allows a mesh build. |
Beta Was this translation helpful? Give feedback.
#5936
Gave me the answer and a hack
Using a local schema with
directive @key(
fields: _FieldSet!
resolvable: Boolean = true
) on OBJECT | INTERFACE
removed allows a mesh build.