(no title)
andreypopp | 3 years ago
Have you considered any other implementation strategies (C native extension, any other pl/* or maybe running an out of PostgreSQL process which does GraphQL to SQL compilation)?
andreypopp | 3 years ago
Have you considered any other implementation strategies (C native extension, any other pl/* or maybe running an out of PostgreSQL process which does GraphQL to SQL compilation)?
oliverrice|3 years ago
We haven't decided to go that route yet but its been incredibly easy to work with & I'm psyched about what options it could open up like:
- Stateless requests (no schema cache)
- Subscriptions (via a background worker)