Hi, guys! Currently, Prisma GraphQL database WebS...
# orm-help
a
Hi, guys! Currently, Prisma GraphQL database WebSocket endpoint supports only subscriptions, but not queries and mutations. I've opened https://github.com/prismagraphql/prisma/issues/2607. If I use Apollo Server, I can create a full WebSocket transport that handles all type of GraphQL operations over the WebSocket (https://github.com/apollographql/subscriptions-transport-ws#full-websocket-transport). I did not fully understand the relationship between
prisma
,
graphql-yoga
and
apollo-server
. According to `graphql-yoga`'s docs,
graphql-yoga
is based on
apollo-server
. Right? Since
apollo-server
supports full WebSocket transport, why
graphql-yoga
don't?
@nilan @nikolasburk @schickling PTAL.