You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to update the GraphQL schema generated by Gatsby to include related pages. At the very least, this new type in the GraphQL system will need to include both a title and url field. We will want to leverage the Gatsby Node APIs to do so.
The data should resolve from a JSON file written to by the cron task from #582 .
Description
We want to update the GraphQL schema generated by Gatsby to include related pages. At the very least, this new type in the GraphQL system will need to include both a
title
andurl
field. We will want to leverage the Gatsby Node APIs to do so.The data should resolve from a JSON file written to by the cron task from #582 .
Useful links
The text was updated successfully, but these errors were encountered: