Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add validate executor #35

Merged
merged 16 commits into from
Jul 17, 2022
Merged

Add validate executor #35

merged 16 commits into from
Jul 17, 2022

Conversation

domjtalbot
Copy link
Owner

Validates artifacts.

This is the equifilent of using graphql-mesh validate.

"targets": {
  "validate": {
    "executor": "@domjtalbot/nx-plugin-graphql-mesh:validate",
    "options": {
      "dir": "path/to/app/or/lib",
    },
  },
}

Options

Name Type Required Default Description
debug boolean false false Display debugging info by applying the DEBUG env variable.
dir string true - The path of the directory containing the GraphQL Mesh config.
require string[] false [] Loads specific require.extensions before running the codegen and reading the configuration.

Todo

  • Add validate executor

@nx-cloud
Copy link

nx-cloud bot commented Jul 16, 2022

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 68e6399. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 7 targets

Sent with 💌 from NxCloud.

@changeset-bot
Copy link

changeset-bot bot commented Jul 16, 2022

🦋 Changeset detected

Latest commit: 68e6399

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
nx-plugin-graphql-mesh Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@domjtalbot domjtalbot self-assigned this Jul 16, 2022
@domjtalbot domjtalbot added the feature Indicates new functionality label Jul 16, 2022
@domjtalbot domjtalbot linked an issue Jul 16, 2022 that may be closed by this pull request
@domjtalbot domjtalbot added this to the v1.0.0 milestone Jul 16, 2022
@github-actions github-actions bot temporarily deployed to nextjs/trippin Preview July 16, 2022 17:56 Inactive
@github-actions github-actions bot added the vercel An issue or pull request related to Vercel label Jul 16, 2022
@github-actions github-actions bot temporarily deployed to nextjs/trippin-swc Preview July 16, 2022 17:57 Inactive
@github-actions github-actions bot temporarily deployed to nextjs/trippin Preview July 17, 2022 13:30 Inactive
@github-actions github-actions bot temporarily deployed to nextjs/trippin-swc Preview July 17, 2022 13:32 Inactive
@github-actions github-actions bot temporarily deployed to nextjs/trippin Preview July 17, 2022 13:45 Inactive
@github-actions github-actions bot temporarily deployed to nextjs/trippin-swc Preview July 17, 2022 13:46 Inactive
@vercel
Copy link

vercel bot commented Jul 17, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
nx-plugin-graphql-mesh-trippin-swc ✅ Ready (Inspect) Visit Preview Jul 17, 2022 at 1:51PM (UTC)

@vercel vercel bot temporarily deployed to Preview – nx-plugin-graphql-mesh-trippin-swc July 17, 2022 13:51 Inactive
@github-actions github-actions bot temporarily deployed to nextjs/trippin Preview July 17, 2022 13:52 Inactive
@github-actions github-actions bot temporarily deployed to nextjs/trippin-swc Preview July 17, 2022 13:53 Inactive
@github-actions
Copy link
Contributor

@domjtalbot domjtalbot merged commit 4cdb0bd into main Jul 17, 2022
@domjtalbot domjtalbot deleted the feature/mesh-validate branch July 17, 2022 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Indicates new functionality vercel An issue or pull request related to Vercel
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add support for mesh validate
1 participant