graphile / starter

Opinionated SaaS quick-start with pre-built user account and organization system for full-stack application development in React, Node.js, GraphQL and PostgreSQL. Powered by PostGraphile, TypeScript, Apollo Client, Graphile Worker, Graphile Migrate, GraphQL Code Generator, Ant Design and Next.js
https://graphile-starter.herokuapp.com
Other
1.74k stars 219 forks source link

Upgrade PostGraphile; switch to using graphql-ws #238

Closed benjie closed 3 years ago

benjie commented 3 years ago

Description

Removes the deprecated subscriptions-transport-ws module, replacing it with the new graphql-ws client which is now supported by the latest version of PostGraphile.

Performance impact

Negligible.

Security impact

Hopefully an improvement :crossed_fingers:

Checklist