This repository was archived by the owner on Dec 25, 2022. It is now read-only.
This repository was archived by the owner on Dec 25, 2022. It is now read-only.
build warning messages regarding nodes without an explicit resolver #21
Open
Description
thanks for this great plugin first of all!
I noticed getting these warnings:
warn Deprecation warning - adding inferred resolver for field .... In Gatsby v3, only fields with an explicit directive/extension will get a resolver.
So I went into getTypeDef.js and edited line 4 to this:
type ${name} implements Node @infer{
(adding @infer)
now my warnings were gone but honestly.. I'm a beginner at this and not sure if this would break anything. Would love to see an update if you are still working on this plugin and help anywhere if I can
Metadata
Metadata
Assignees
Labels
No labels