-
Notifications
You must be signed in to change notification settings - Fork 13
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
Selective add files to generate to improve performance #326
Conversation
🦋 Changeset detectedLatest commit: a7fa7e6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
/release-snapshot |
✅ Successfully published package/s with tag |
/release-snapshot |
✅ Successfully published package/s with tag |
/release-snapshot |
✅ Successfully published package/s with tag |
0afb64a
to
8e5a7b7
Compare
/release-snapshot |
✅ Successfully published package/s with tag |
/release-snapshot |
✅ Successfully published package/s with tag |
84049cf
to
cb292cb
Compare
/release-snapshot |
✅ Successfully published package/s with tag |
import { DateResolver} from 'graphql-scalars' | ||
DateResolver.description = undefined; | ||
export const CustomLogicScalar = DateResolver; | ||
|
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.
These files are changed because:
- What we are seeing here is the un-formatted version by the setup
- It means the files are not "tracked" by codegen and not run prettier on because of codegen's hooks
- This is expected
…tection (this is a workaround)
cb292cb
to
bb4c1cb
Compare
/release-snapshot |
✅ Successfully published package/s with tag |
600356f
to
a7fa7e6
Compare
No description provided.