-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
fix(gatsbu-source-contentful): apply useNameForId when creating the g… #28649
Conversation
Thank you @kaneshin. Could you please format the code with prettier? You can run
|
OK. I'll format it later. Thanks for letting to know. |
@kaneshin thank you :) |
Hi @axe312ger I formatted the code then the linter was succeeded on CircleCI. |
Rerunning CI |
@axe312ger How's it? I have no permission to run the CI. Thank you. ;) |
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.
Thank you, this works great. Sorry for the inconvenience.
Thank you! |
Description
Apply
useNameForId
when the graphql schema on gatsby build phase.It was degraded by the commit.
Documentation
This is the document but it doesn't need to update.
Related Issues
Fixes #28329