warn Deprecation warning: @nodeInterface
extension is deprecated
#30159
Labels
topic: source-contentful
Related to Gatsby's integration with Contentful
type: bug
An issue or pull request relating to a bug in Gatsby
I'm trying to migrate to gatsby v3, I'm getting the following warning when run gatsby develop
warn Deprecation warning:
@nodeInterface
extension is deprecated and will be removed in Gatsby v4. Use interface inheritance instead.To upgrade replace the old format:
interface
ContentfulEntry
@nodeInterfacewith the new one (in
createTypes
action of schema customization API):interface
ContentfulEntry
implements NodeRead more about schema customization here:
https://www.gatsbyjs.com/docs/reference/graphql-data-layer/schema-customization/
the warning seems to be related to gatsby-source-contentful.
The text was updated successfully, but these errors were encountered: