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
It'd be cool to have a link to yoga playground on every metaforecast page which would expose a query with data for this page.
Shouldn't be hard if all our pages follow the pattern of "query for data in getServerSideProps" — we'll just need some kind of extension for NextPage object with graphql query as a property on it.
It'd be cool to have a link to yoga playground on every metaforecast page which would expose a query with data for this page.
Shouldn't be hard if all our pages follow the pattern of "query for data in getServerSideProps" — we'll just need some kind of extension for
NextPage
object with graphql query as a property on it.Draft:
I'm not sure if this example would be flexible enough, and it'd be better to build more various graphql-based pages before doing this.
The text was updated successfully, but these errors were encountered: