Ali Shabani
Results
2
issues of
Ali Shabani
I have created a publication in PostgreSQL and I'm using subscribe to listen to changes. I'm using this code: ```javascript const { unsubscribe } = await sql.subscribe( 'update:users', (row, {...
### Describe the bug When I try to generate types from a GraphQL endpoint (Supabase), I keep running into this error: ``` unexpected field specifiedByURL type on __Type ``` The...