-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
support named imports in graphql transformer #4510
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
support named imports in graphql transformer #4510
Conversation
|
"format": "prettier --write \"./packages/*/*/{src,bin,test}/**/*.{js,json,md}\"", | ||
"link-all": "node scripts/link-all.js packages", | ||
"unlink-all": "node scripts/unlink-all.js packages", | ||
"check": "flow check", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would usually expect checks to have an associated run script for running locally. Can remove if this is unwanted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe I use yarn flow check
for this. Is there a particular need for a top-level script for this?
"format": "prettier --write \"./packages/*/*/{src,bin,test}/**/*.{js,json,md}\"", | ||
"link-all": "node scripts/link-all.js packages", | ||
"unlink-all": "node scripts/unlink-all.js packages", | ||
"check": "flow check", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe I use yarn flow check
for this. Is there a particular need for a top-level script for this?
↪️ Pull Request
Fixes #4472
Fixes #4511
💻 Examples
See integration test
🚨 Test instructions
Includes integration tests