Unable to merge GraphQL type #3894
-
Currently trying to get GraphQL Mesh working with the latest version but keep running into the following error when running
We are using the BigCommerce api and I believe the issue is stemming from merging the following two:
The only thing that has changed was upgrading the package versions. The
It was previously working with these versions of the packages:
I'm not sure what has changed between these versions to cause the typing error but would really appreciate any guidance. Happy to provide any more info that may be needed to help solve the issue. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Managed to solve this by changing the merger from
Then updating my package list to the following:
I couldn't find any documentation on what the difference between these merger types are... but it did fix my issue 🙂 |
Beta Was this translation helpful? Give feedback.
Managed to solve this by changing the merger from
bare
tostitching
. In .meshrc.yml:Then updating my package list to the following: