How the new methods would change the implementation of graphql/apollo? #12182
Unanswered
samuelcastro
asked this question in
Help
Replies: 1 comment 1 reply
-
I know this question is old and hopefully you found an answer, just thought I would share this example #13202 if you are still looking or for anyone else who lands on this discussion in future - it shows a way to query a local GraphQL schema in For remote GraphQL endpoints there are several examples in the examples folder, particularly ones related to CMS SaaS products such as Dato https://github.com/vercel/next.js/tree/canary/examples/cms-datocms |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So with those new methods we have available (
getStaticProps
,getStaticPaths
,getServerSideProps
) is it going to change somehow the way to handle data fetch using graphql/apollo?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions