nextjs-typescript-postgresql-graphql-realtime-chat icon indicating copy to clipboard operation
nextjs-typescript-postgresql-graphql-realtime-chat copied to clipboard

WunderGraph Realtime Chat Example using NextJS, TypeScript, PostgreSQL, GraphQL

Results 2 nextjs-typescript-postgresql-graphql-realtime-chat issues
Sort by recently updated
recently updated
newest added

Hello Errors 500 are not propagated by the client to be catched by the ui ``` private fetch = (input: globalThis.RequestInfo, init?: RequestInit): Promise => { const key = input.toString();...

hello I was trying WG fro a while now, I'm using keycloak as open id server, in keycloak we can specify custom claims and roles for now we can inject...