We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The config is just like what we did in swc-relay vercel/next.js#64890
"relay": { "root": "..", "sources": { "shared": "shared", "web-app": "web-app" }, "projects": { "shared": { "language": "typescript", "output": "shared/__generated__", "schema": "shared/schema.graphql" }, "web-app": { "base": "shared", "language": "typescript", "output": "web-app/__generated__", "schema": "shared/schema.graphql" } } },
Currently, it cannot have any workaround to make it happen. I would like to use multiple project config for relay.
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The config is just like what we did in swc-relay vercel/next.js#64890
Currently, it cannot have any workaround to make it happen. I would like to use multiple project config for relay.
Thanks
The text was updated successfully, but these errors were encountered: