Hi everybody, I’m working on a React Native + Grap...
# prisma-whats-new
r
Hi everybody, I’m working on a React Native + GraphQL project for school and I need to implement subscriptions. I’ve been following along this awesome Apollo blog post (https://dev-blog.apollodata.com/tutorial-graphql-subscriptions-server-side-e51c32dc2951) and have been able to get everything to work. My issue is that I need to use a GraphQL IDE besides GraphiQL (because I need to be able to send HTTP headers), so I’ve been using GraphQL Playground. However, I’m unable to connect to the server (from the blog post) from GraphQL Playground. I’d appreciate any suggestions on connecting from GraphQL Playground!
Nevermind, I found this module
graphql-playground-middleware-express
. Guess I should read the docs first 😅