-
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
Circular Json not handled in gatsby-source-contentful plugin #1186
Comments
Let me look into this today. |
The circular JSON problem needed fixed in both core and in the plugin. Working on a PR with fixes for this and some other tweaks to the contentful plugin. |
#1202 fixes this and a few other issues I found with the contentful source plugin. |
#1202 is merged now. I published a canary release with the fix and will be publishing another beta early next week. |
This was referenced Apr 26, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have content which is referencing to the same content in contentful.
ex: A has reference of B, B has reference of C, and C has reference of A.
A -> B -> C -> A
If I have such data in contentful the gatsby source contentful plugin will not work.
Could you please let me know how can we fix it? Will graphql handles circularjson ?
The text was updated successfully, but these errors were encountered: