panr / gatsby-starter-hello-friend

Pretty basic starter for Gatsby that covers all of the essentials. All you have to do is start typing!
MIT License
165 stars 71 forks source link

fix deprecation warnings #10

Closed fwojciec closed 4 years ago

fwojciec commented 4 years ago

Running gatsby develop or build on the current version of code produces two deprecation warnings:

warn Deprecation warning - adding inferred resolver for field Frontmatter.date. In Gatsby v3, only fields with an explicit directive/extension will get a resolver.
warn Deprecation warning - adding inferred resolver for field Frontmatter.coverImage. In Gatsby v3, only fields with an explicit directive/extension will get a resolver.

This PR fixes these warnings.

See this for reference: https://www.gatsbyjs.org/blog/2019-05-17-improvements-to-schema-customization/#resolver-extensions

Thanks for this awesome starter theme!

panr commented 4 years ago

Thank you for the PR. So sorry for a late merge 😭 But your fixes save all of us from getting those formatString errors 🙌