domjtalbot / nx-mesh

GraphQL Mesh support for Nx
https://www.npmjs.com/package/nx-mesh
MIT License
24 stars 1 forks source link

have some issue with dependsOn for executor #173

Closed mnlbox closed 11 months ago

mnlbox commented 1 year ago

I have many subgraphs in my mono-repo with a single supergraph based on GraphQL-Mesh. In the project.json for my supergroup, I have an executor like this:

"dev": {
      "executor": "nx-mesh:dev",
      "dependsOn": ["^start"],
      "options": {
        "dir": "supergraph/my-supergraph"
      }
    },

And I also have a setting like this: "implicitDependencies": ["subgraph*"],

when I try to run the dev command with pnpm nx dev it correctly detects the dependencies and runs all of them but it didn't run the dev command itself. Is it a bug or did I miss anything in the settings or setup?

github-actions[bot] commented 12 months ago

Warning

This issue is stale because it has been open for 60 days with no activity. 💤

Either remove the stale label or leave a comment else this issue will be closed in 7 days.

github-actions[bot] commented 11 months ago

This issue was closed because it has been stale for 67 days with no activity.