Replies: 1 comment 6 replies
-
|
Yes you can do that! See https://blitzjs.com/docs/session-management#customize-session-persistence-and-database-access. You can see an example using graphql here: https://github.com/blitz-js/blitz/blob/canary/examples/fauna/blitz.config.js#L24 |
Beta Was this translation helpful? Give feedback.
6 replies
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.
-
Hi is it possible to use Hasura instead of Primsa/sqlite/postgres?
I see I can change most everything to use Hasura instead of
db, but it seems like I don't have access to override the way sessions are set. Is there a simple way I can hack it to allow my own custom session handler?Cheers!
Beta Was this translation helpful? Give feedback.
All reactions