Hey there. I'm sorry if this a dumb question, since I'm new to both SSR and GraphQL, but how would I create a GraphQL instance with the new SSR authentication method that you are creating over here?
https://appwrite.io/docs/tutorials/nextjs-ssr-auth/step-3
Do I need to somehow squeeze an
export const graphql = new Graphql(client);
inside the createSessionClient?
And how exactly would I need to call this GraphQL instance when fetching inside a component/page?
(I am aware this is still unreleased for cloud)
Many thanks!
1.5 is not on cloud yet so you can't use any of the 1.5 features or an SDK meant for 1.5
Thanks, so will there be a graphQL example for cloud when 1.5 is released?
Auth SSR with graphQL I mean
The only special/new thing is SSR for authentication and setting of a client that can make authenticated API calls. After that, everything is the same with 1.4
Recommended threads
- One to many 2 way, console UI not correc...
Hey, seems I'm facing the exactly same issue with this one: https://github.com/appwrite/appwrite/issues/6016 Since this Github issue stay open for so long, let ...
- Server Down
Appwrite services are down. When will they start working again?
- My cloud functions failing 3 days ago (P...
Hi, My cloud function using python has been failing for 3 days, I didn't push any new deployments... Its something to do with it not recognising the entrypoi...