Closed andreasottosson closed 3 years ago
I've made it so that sourceId
won't be used in node ids if Craft is at version 3.7 or later, but that's all that can be done without some not-very-stable changes.
Even though the fields (sourceId
, sourceUid
) are deprecated, Gatsby GraphQL Toolkit still includes them in the fragments that are generated by default. Theoretically, I could try to intercept that and remove them from the schema as the data goes screaming by, but that's a little too unstable of a strategy.
Those fields will be removed in Craft 4.0, but, meanwhile, you'll have to work around that by removing sourceId
and sourceUid
from the generated fragments (https://github.com/craftcms/gatsby-source-craft#customizing-generated-fragments).
Also, the changes mentioned above will take place when we release version 2.1 of the sourcing plugin - hopefully today!
Description
Craft show the following errors under "Deprecation Warnings" when running the source plugin.
Steps to reproduce
Additional info