Skip to content
Discussion options

You must be logged in to vote

Managed to solve this by changing the merger from bare to stitching. In .meshrc.yml:

merger: stitching 

Then updating my package list to the following:

{
    "name": "app",
    "version": "0.1.0",
    "private": true,
    "license": "UNLICENSED",
    "devDependencies": {
      "@graphql-mesh/cli": "0.69.x"
    },
    "dependencies": {
      "@graphql-mesh/cache-localforage": "0.6.x",
      "@graphql-mesh/graphql": "0.25.x",
      "@graphql-mesh/merger-stitching": "0.15.x",
      "@graphql-mesh/openapi": "0.25.x",
      "@graphql-mesh/runtime": "0.34.x",
      "@graphql-mesh/transform-cache": "0.12.x",
      "graphql": "16.4.x"
    },
    "peerDependencies": {
      "graphql-tag": "^2.0.0…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by TheOrangePuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant