-
Notifications
You must be signed in to change notification settings - Fork 114
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
feat(cli): create graphql schema using gql.tada #658
Conversation
🦋 Changeset detectedLatest commit: 956b09f The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
4 Ignored Deployments
|
4897794
to
2daeea9
Compare
2daeea9
to
85d521e
Compare
85d521e
to
635040d
Compare
635040d
to
4bdd12e
Compare
2ffb84a
to
f263f87
Compare
f263f87
to
aa23d1e
Compare
aa23d1e
to
f28ad38
Compare
f28ad38
to
956b09f
Compare
⚡️🏠 Lighthouse reportWe ran Lighthouse against the changes and produced this report. Here's the summary:
Lighthouse ran against https://catalyst-latest-ja3bxnyea-bigcommerce-platform.vercel.app/ |
Updates from @deini: Did all the listed changes and a few others, this PR is now ready for review.
What/Why?
Once the PR above is merged, and
@gql.tada/cli-utils@0.2.0
is available via npm, this PR needs the following changes:@gql.tada/cli-utils
inapps/core
to^0.2.0
pnpm build
forpackages/create-catalyst
locallynode ~/path/to/your/catalyst/packages/create-catalyst/dist/index.js --package-manager pnpm --gh-ref feat/gen-schema-gqltada
When that script runs, it should complete successfully, and you should be able to open the new
my-catalyst-app
directory and see:schema.graphql
file created (created by the CLI runningpnpm run generate
inapps/core
)graphql-env.d.ts
file created (created by the CLI runningpnpm run generate
inapps/core
)client/generated
should have types successfully generatedTesting
See above