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
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- Download appwrite Docs
Is there is a way to download appwrite Docs ? Because appwrite skill isn't enough to give the agent full understanding about how appwrite works (I noticed this ...
- Appwrite Cloud Project shutdown due to i...
My appwrite projects gets shut down saying due to inactivity, but our platform gets users everyday with many requests to database and storage. so why all of a s...